UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

5 lines (4 loc) 200 B
import ImportService from '../../../services/ImportService'; export default class SchemaService extends ImportService { importSchema(file: string): Promise<import("@sprucelabs/schema").Schema>; }