Interface iGetDynamicDataStoresSuccessResponse<Q, T>

interface iGetDynamicDataStoresSuccessResponse<
    Q extends DynamicDataHandlerType,
    T extends NumberType,
> {
    docs: (undefined | iDynamicDataDoc<Q, T>)[];
    pagination: { bookmark: string; hasMore: boolean };
}

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

Properties

docs: (undefined | iDynamicDataDoc<Q, T>)[]
pagination: { bookmark: string; hasMore: boolean }
MMNEPVFCICPMFPCPTTAAATR