UNPKG

@gridscale/api

Version:
27 lines (25 loc) 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$StorageBackup = void 0; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ exports.$StorageBackup = { properties: { object_uuid: { type: 'string', format: 'uuid', }, name: { type: 'string', }, create_time: { type: 'string', format: 'date-time', }, capacity: { type: 'number', }, }, }; //# sourceMappingURL=$StorageBackup.js.map