UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 392 B
import { DraftBatchItemRequestDto } from './draftBatchItemRequestDto'; export interface AddBatchItemsDto { items: Array<DraftBatchItemRequestDto>; } export declare namespace AddBatchItemsDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=addBatchItemsDto.d.ts.map