@gridscale/api
Version:
gridscale API Wrapper
28 lines (26 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.$TaskEventName = void 0;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
exports.$TaskEventName = {
properties: {
type: {
type: 'string',
},
description: {
type: 'string',
},
empty: {
type: 'string',
},
maxlength: {
type: 'number',
},
minlength: {
type: 'number',
},
},
};
//# sourceMappingURL=$TaskEventName.js.map