UNPKG

@gridscale/api

Version:
33 lines (31 loc) 684 B
"use strict"; 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