UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 432 B
import { TCBalanceDto } from './tCBalanceDto'; export interface PagedQueryResultDtoOfTCBalanceDto { has_more?: boolean; items?: Array<TCBalanceDto>; } export declare namespace PagedQueryResultDtoOfTCBalanceDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedQueryResultDtoOfTCBalanceDto.d.ts.map