UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

18 lines (17 loc) 335 B
declare const _default: { id: string; name: string; description: string; fields: { schemaId: { type: "text"; label: string; isRequired: true; }; destination: { type: "text"; label: string; }; }; }; export default _default;