export interface CreateDraftEArchiveInvoiceResponse {
    UUID: string;
    InvoiceNumber?: string;
}
