UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

36 lines (35 loc) 840 B
declare const _default: { id: string; name: string; description: string; fields: { contractDestinationDir: { type: "text"; label: string; hint: string; defaultValue: string; }; schemaTypesLookupDir: { type: "text"; label: string; hint: string; defaultValue: string; }; shouldSyncOnlyCoreEvents: { type: "boolean"; label: string; hint: string; }; skillEventContractTypesFile: { type: "text"; label: string; defaultValue: string; }; eventBuilderFile: { type: "text"; label: string; defaultValue: string; }; }; }; export default _default;