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

    Interface iGetMapValuesPayload

    interface iGetMapValuesPayload {
        keys: string[];
        mapId: string;
    }

    Implemented by

    Index

    Properties

    Properties

    keys: string[]

    The values to fetch for each map.

    mapId: string

    The map ID to fetch.