UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 456 B
import { TCTransactionDto } from './tCTransactionDto'; export interface PagedQueryResultDtoOfTCTransactionDto { has_more?: boolean; items?: Array<TCTransactionDto>; } export declare namespace PagedQueryResultDtoOfTCTransactionDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedQueryResultDtoOfTCTransactionDto.d.ts.map