@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
34 lines (33 loc) • 721 B
TypeScript
declare const _default: {
id: string;
name: string;
description: string;
fields: {
local: {
type: "boolean";
label: string;
hint: string;
};
onData: {
type: "raw";
options: {
valueType: string;
};
};
onError: {
type: "raw";
options: {
valueType: string;
};
};
shouldReturnImmediately: {
label: string;
type: "boolean";
isPrivate: true;
hint: string;
defaultValue: false;
options: undefined;
};
};
};
export default _default;