/** Customer currency */
export interface Currency {
    /** Currency code */
    code: string;
    /** Currency symbol */
    symbol: string;
}
//# sourceMappingURL=Currency.d.ts.map