UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 522 B
import { GlobalAccountTransactionDto } from './globalAccountTransactionDto'; export interface PagedQueryResultDtoOfGlobalAccountTransactionDto { has_more?: boolean; items?: Array<GlobalAccountTransactionDto>; } export declare namespace PagedQueryResultDtoOfGlobalAccountTransactionDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedQueryResultDtoOfGlobalAccountTransactionDto.d.ts.map