@izak0s/spacebring-api - v7.1.0
    Preparing search index...

    Interface GetAltCurrenciesQuery

    Query parameters for sb.altCurrencies.list().

    interface GetAltCurrenciesQuery {
        locationRef: string;
        nextPageToken?: string;
        limit?: number;
    }
    Index
    locationRef: string

    The id of the location

    nextPageToken?: string

    Token to retrieve the next page of results.

    limit?: number

    The number of items to return.