@airwallex/node-sdk
Version:
Airwallex Node.js SDK
12 lines • 328 B
TypeScript
export interface SimulationStorePhotoApiDto {
file_id: string;
}
export declare namespace SimulationStorePhotoApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=simulationStorePhotoApiDto.d.ts.map