@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
29 lines (28 loc) • 658 B
TypeScript
declare const _default: {
id: string;
name: string;
description: string;
fields: {
fieldTypesDestinationDir: {
type: "text";
label: string;
hint: string;
defaultValue: string;
isPrivate: true;
};
addonsLookupDir: {
type: "text";
label: string;
hint: string;
defaultValue: string;
};
generateFieldTypes: {
type: "boolean";
label: string;
isPrivate: true;
hint: string;
defaultValue: true;
};
};
};
export default _default;