UNPKG

@sprucelabs/spruce-event-utils

Version:

Some helpful utilities to speed up working with Mercury! 🚅

14 lines (13 loc) • 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); exports.default = (0, schema_1.buildErrorSchema)({ id: 'duplicateEvent', name: 'Duplicate event', description: '', fields: { fullyQualifiedEventName: { type: 'text', }, }, });