@gridscale/api
Version:
gridscale API Wrapper
25 lines (23 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$StorageImportFromS3Object = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$StorageImportFromS3Object = {
properties: {
name: {
type: 'string',
isRequired: true,
},
url: {
type: 'string',
isRequired: true,
},
extension: {
type: 'Enum',
isRequired: true,
},
},
};
//# sourceMappingURL=$StorageImportFromS3Object.js.map