type MultiCurrency = {
    is_enabled: boolean;
    base_margin_percent: number;
    margin_percent: number;
};
export type { MultiCurrency };
