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

    Interface iGetMapSuccessResponse<T>

    interface iGetMapSuccessResponse<T extends NumberType> {
        map: undefined | iMapWithValues<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    map: undefined | iMapWithValues<T>