@makehq/sdk
    Preparing search index...

    Type Alias ListDataStoresOptions<C>

    Options for listing data stores.

    type ListDataStoresOptions<C extends keyof DataStore = never> = {
        cols?: C[];
        pg?: Partial<Pagination<DataStore>>;
    }

    Type Parameters

    • C extends keyof DataStore = never

      Keys of the DataStore type to include in the response

    Index

    Properties

    Properties

    cols?: C[]

    Specific columns/fields to include in the response

    pg?: Partial<Pagination<DataStore>>

    Pagination options