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

    Interface iGetMapValuesSuccessResponse

    interface iGetMapValuesSuccessResponse {
        values: (
            undefined
            | { mapId: string; values: { [key: string]: iValueStore } }
        )[];
    }

    Implemented by

    Index

    Properties

    Properties

    values: (undefined | { mapId: string; values: { [key: string]: iValueStore } })[]