UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

18 lines 474 B
import { Schema } from 'airtight'; import { SchemaSpecSchema } from './SchemaSpec.js'; export const ModuleResultSpecSchema = new Schema({ id: 'ModuleResultSpec', type: 'object', properties: { schema: SchemaSpecSchema.schema, async: { type: 'boolean', optional: true, }, hideSocket: { type: 'boolean', optional: true, }, } }); //# sourceMappingURL=ModuleResultSpec.js.map