@sprucelabs/spruce-event-utils
Version:
Some helpful utilities to speed up working with Mercury! 🚅
12 lines (11 loc) • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schema_1 = require("@sprucelabs/schema");
const eventPluginErrorSchema = {
id: 'eventPluginError',
namespace: 'SpruceEventUtils',
name: 'event plugin error',
fields: {}
};
schema_1.SchemaRegistry.getInstance().trackSchema(eventPluginErrorSchema);
exports.default = eventPluginErrorSchema;