export interface IInvoicePreview { invoice_uuid: string; amount: string; invoice_period: string; updated_at: string; }