@gphone/sdk
    Preparing search index...

    Interface CrudEvents

    The NUI action names a createCrudStore reads and writes through.

    interface CrudEvents {
        create?: string;
        list: string;
        remove?: string;
        update?: string;
    }
    Index
    create?: string
    list: string
    remove?: string
    update?: string