UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 486 B
import { BeneficiaryContactDto } from './beneficiaryContactDto'; export interface PagedQueryResultDtoOfBeneficiaryContactDto { has_more?: boolean; items?: Array<BeneficiaryContactDto>; } export declare namespace PagedQueryResultDtoOfBeneficiaryContactDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=pagedQueryResultDtoOfBeneficiaryContactDto.d.ts.map