UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 505 B
import { SimulationRfiFollowupQuestionRequestDto } from './simulationRfiFollowupQuestionRequestDto'; export interface SimulationCreateFollowUpRfiRequestDto { questions?: Array<SimulationRfiFollowupQuestionRequestDto>; } export declare namespace SimulationCreateFollowUpRfiRequestDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationCreateFollowUpRfiRequestDto.d.ts.map