UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 453 B
import { GlobalAccountClientDto } from './globalAccountClientDto'; export interface PagedGlobalAccountDto { items?: Array<GlobalAccountClientDto>; page_after?: string; page_before?: string; } export declare namespace PagedGlobalAccountDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedGlobalAccountDto.d.ts.map