Type alias ImportInvoicesPayload

ImportInvoicesPayload: {
    invoices: ImportInvoiceItem[];
}

Type declaration