@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 602 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationStorePhotoApiDto = void 0;
var SimulationStorePhotoApiDto;
(function (SimulationStorePhotoApiDto) {
SimulationStorePhotoApiDto.discriminator = 'SimulationStorePhotoApiDto';
SimulationStorePhotoApiDto.attributeTypeMap = [
{
name: 'file_id',
baseName: 'file_id',
type: 'string',
},
];
})(SimulationStorePhotoApiDto || (exports.SimulationStorePhotoApiDto = SimulationStorePhotoApiDto = {}));
//# sourceMappingURL=simulationStorePhotoApiDto.js.map