You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > CurrencyInfo

CurrencyInfo type

Signature:

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