@gridscale/api
Version:
gridscale API Wrapper
22 lines • 421 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $TaskEventName = {
properties: {
type: {
type: 'string',
},
description: {
type: 'string',
},
empty: {
type: 'string',
},
maxlength: {
type: 'number',
},
minlength: {
type: 'number',
},
},
};