export interface IInvoiceLog {
    createdAt: string;
    description: string;
    id: string;
    notes: string;
}
