Home > widget-integration > CurrencyInfo

CurrencyInfo type

Signature:

export type CurrencyInfo = {
	money_format: string;
	money_format_with_currency: string;
	currency: string;
};