@stigg/js-client-sdk - v4.6.0

    Type Alias UnarchiveCustomCurrencyInput

    Input for unarchiving a custom currency

    type UnarchiveCustomCurrencyInput = {
        currencyId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
    }
    Index

    Properties

    currencyId: Scalars["String"]

    The unique identifier for the custom currency

    environmentId?: InputMaybe<Scalars["UUID"]>

    The environment ID

    MMNEPVFCICPMFPCPTTAAATR