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

    Interface iGetDynamicDataStoreSuccessResponse<Q, T>

    interface iGetDynamicDataStoreSuccessResponse<
        Q extends DynamicDataHandlerType,
        T extends NumberType,
    > {
        doc: iDynamicDataDoc<Q, T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties