export interface IBillingHistory { amount: string; date: string; description: string; invoice_id: string; invoice_uuid: string; type: string; }