UNPKG

@gridscale/api

Version:
35 lines 747 B
/* 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', }, }, }, }, };