UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 418 B
import { QueryParamResponseDTO } from './queryParamResponseDTO'; export interface DynamicOptionsDTO { query_params?: Array<QueryParamResponseDTO>; query_url?: string; } export declare namespace DynamicOptionsDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=dynamicOptionsDTO.d.ts.map