/** * * `ACCOUNTS_RECEIVABLE` - ACCOUNTS_RECEIVABLE * * `ACCOUNTS_PAYABLE` - ACCOUNTS_PAYABLE */ export declare const InvoiceTypeEnum: { readonly AccountsReceivable: "ACCOUNTS_RECEIVABLE"; readonly AccountsPayable: "ACCOUNTS_PAYABLE"; }; export type InvoiceTypeEnum = (typeof InvoiceTypeEnum)[keyof typeof InvoiceTypeEnum];