@gridscale/api
Version:
gridscale API Wrapper
41 lines (39 loc) • 899 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$TaskEventLabel = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$TaskEventLabel = {
properties: {
type: {
type: 'string',
},
description: {
type: 'string',
},
unique: {
type: 'boolean',
},
maxlength: {
type: 'number',
},
response_code: {
type: 'number',
},
schema: {
properties: {
type: {
type: 'string',
},
description: {
type: 'string',
},
maxlength: {
type: 'number',
},
},
},
},
};
//# sourceMappingURL=$TaskEventLabel.js.map