UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 380 B
export interface QueryParamResponseDTO { name?: string; pattern?: string; required?: boolean; value_of?: string; } export declare namespace QueryParamResponseDTO { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=queryParamResponseDTO.d.ts.map