UNPKG

@sprucelabs/spruce-event-utils

Version:

Some helpful utilities to speed up working with Mercury! 🚅

12 lines (11 loc) • 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const eventContractsNotSyncedSchema = { id: 'eventContractsNotSynced', namespace: 'SpruceEventUtils', name: 'EVENT_CONTRACTS_NOT_SYNCED', fields: {} }; schema_1.SchemaRegistry.getInstance().trackSchema(eventContractsNotSyncedSchema); exports.default = eventContractsNotSyncedSchema;