bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    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)

    Implemented by

    Index

    Properties

    Properties

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