@gridscale/api
Version:
gridscale API Wrapper
33 lines (31 loc) • 684 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$Label = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$Label = {
properties: {
label: {
type: 'string',
},
create_time: {
type: 'string',
format: 'datetime',
},
change_time: {
type: 'string',
format: 'dattime',
},
relations: {
type: 'array',
contains: {
properties: {},
},
},
status: {
type: 'string',
},
},
};
//# sourceMappingURL=$Label.js.map