Variable $CurrencyConst

$Currency: {
    description: "Currency";
    enum: readonly ["EUR", "GBP", "USD", "INR", "ETH", "USDC", "EURC"];
    type: "string";
} = ...