@gridscale/api
Version:
gridscale API Wrapper
35 lines • 747 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $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',
},
},
},
},
};