UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 378 B
import { DepositDtoV2 } from './depositDtoV2'; export interface PagedDepositDto { has_more?: boolean; items?: Array<DepositDtoV2>; } export declare namespace PagedDepositDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedDepositDto.d.ts.map