@sprucelabs/spruce-cli
Version:
Command line interface for building Spruce skills.
12 lines • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schema_1 = require("@sprucelabs/schema");
const storeExistsSchema = {
id: 'storeExists',
namespace: 'SpruceCli',
name: 'Store exists',
fields: {}
};
schema_1.SchemaRegistry.getInstance().trackSchema(storeExistsSchema);
exports.default = storeExistsSchema;
//# sourceMappingURL=storeExists.schema.js.map