export interface IInvoice {
    invoice_uuid: string;
    amount: string;
    invoice_period: string;
}
