export interface DeleteInvoiceRequest { /** * ID of the invoice you want to delete. */ invoice: string; } //# sourceMappingURL=DeleteInvoiceRequest.d.ts.map