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

    Interface iGetDynamicDataStoreValueSuccessResponse

    interface iGetDynamicDataStoreValueSuccessResponse {
        inStore: boolean;
        key: string;
        lookupType?: "username" | "id";
    }

    Implemented by

    Index

    Properties

    inStore: boolean
    key: string
    lookupType?: "username" | "id"