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