File "types.ts"

Full Path: /home/vantageo/public_html/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/types.ts
File size: 171 bytes
MIME-type: text/plain
Charset: utf-8

export interface Currency {
	code: string;
	decimalSeparator: string;
	minorUnit: number;
	prefix: string;
	suffix: string;
	symbol: string;
	thousandSeparator: string;
}