export interface IBalance {
    account_balance: string;
    generated_at: string;
    month_to_date_balance: string;
    month_to_date_usage: string;
}
