@stigg/node-server-sdk - v4.22.1

    Type Alias SlimCustomCurrencyFragment

    type SlimCustomCurrencyFragment = {
        __typename?: "SlimCustomCurrency";
        currencyId: string;
        displayName: string;
        units?:
            | {
                __typename?: "Units";
                plural?: string
                | null;
                singular?: string | null;
            }
            | null;
    }
    Index

    Properties

    __typename?: "SlimCustomCurrency"
    currencyId: string
    displayName: string
    units?:
        | {
            __typename?: "Units";
            plural?: string
            | null;
            singular?: string | null;
        }
        | null
    MMNEPVFCICPMFPCPTTAAATR