UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

12 lines 330 B
export interface SimulationStoreWebsiteApiDto { url: string; } export declare namespace SimulationStoreWebsiteApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationStoreWebsiteApiDto.d.ts.map