UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

28 lines (27 loc) 584 B
declare const generatedFileBuilder: { id: string; fields: { name: { type: "text"; isRequired: true; }; path: { type: "text"; isRequired: true; }; description: { type: "text"; }; action: { type: "select"; isRequired: true; options: { choices: { label: string; value: string; }[]; }; }; }; }; export default generatedFileBuilder;