@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 373 B
TypeScript
import { RfiResponseItemDto } from './rfiResponseItemDto';
export interface RfiResponseDto {
questions?: Array<RfiResponseItemDto>;
}
export declare namespace RfiResponseDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=rfiResponseDto.d.ts.map