@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
21 lines (20 loc) • 419 B
TypeScript
declare const _default: {
id: string;
name: string;
description: string;
fields: {
nameReadable: {
label: string;
hint: string;
type: "text";
isRequired: true;
};
nameCamel: {
type: "text";
label: string;
isRequired: true;
hint: string;
};
};
};
export default _default;