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

    Interface iGetMapsSuccessResponse<T>

    interface iGetMapsSuccessResponse<T extends NumberType> {
        maps: (undefined | iMapWithValues<T>)[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Properties

    maps: (undefined | iMapWithValues<T>)[]