export interface IBillingSettings {
    currencyCode: string;
}
