UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 459 B
import { RfiRequestItemSourcePersonDto } from './rfiRequestItemSourcePersonDto'; export interface RfiRequestItemSourceDto { id?: string; person?: RfiRequestItemSourcePersonDto; type?: string; } export declare namespace RfiRequestItemSourceDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=rfiRequestItemSourceDto.d.ts.map