@shopby/shop-sdk 1.78.44 → 1.78.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -299,7 +299,7 @@ export declare type MallLanguagesType = 'KO' | 'EN' | 'JA' | 'ZH-CN';
|
|
|
299
299
|
export declare type ExchangeType = 'KRW' | 'USD' | 'JPY' | 'CNY';
|
|
300
300
|
export interface MallCurrenciesInfo {
|
|
301
301
|
exchangeTo: ExchangeType;
|
|
302
|
-
exchangeRate: string;
|
|
302
|
+
exchangeRate: string | number;
|
|
303
303
|
}
|
|
304
304
|
export interface MallsInternationalization {
|
|
305
305
|
languages: MallLanguagesType[];
|