UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 496 B
import { SimulationRfiQuestionRequestDto } from './simulationRfiQuestionRequestDto'; export interface SimulationCreateRfiSessionRequestDto { questions?: Array<SimulationRfiQuestionRequestDto>; type: string; } export declare namespace SimulationCreateRfiSessionRequestDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationCreateRfiSessionRequestDto.d.ts.map