@gridscale/api
Version:
gridscale API Wrapper
21 lines (19 loc) • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$LinkStorage = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$LinkStorage = {
properties: {
object_uuid: {
type: 'string',
isRequired: true,
format: 'uuid',
},
bootdevice: {
type: 'boolean',
},
},
};
//# sourceMappingURL=$LinkStorage.js.map