CurrencyAmountSchemaOptionsinterface

{
	readonly symbol?: string | undefined;
	readonly currency: CurrencyCode;
}
PropertyType
.symbolstring
Override the currency symbol used when formatting. readonly
.currencyCurrencyCode
ISO 4217 currency code that determines the step and symbol. required readonly