export interface RequestGenerateInvoiceCode { date: string; country: string; state?: string; taxed?: boolean; reserve?: string; }