/**
 * @example
 *     {
 *         code: "EUR"
 *     }
 */
export interface SetConfigDisplayCurrencyRequest {
    /** ISO 4217 compliant display currency code */
    code: string;
}
