UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

18 lines 542 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const fileExistsDefinition = (0, schema_1.buildErrorSchema)({ id: 'fileExists', name: 'fileExists', description: 'The file already exists', fields: { file: { type: 'text', label: 'File', isRequired: true, hint: 'The file being created', }, }, }); exports.default = fileExistsDefinition; //# sourceMappingURL=fileExists.builder.js.map