UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

20 lines (19 loc) 389 B
declare const _default: { id: string; name: string; description: string; fields: { nameReadable: { label: string; type: "text"; hint: string; isRequired: true; }; nameKebab: { label: string; type: "text"; hint: string; }; }; }; export default _default;