UNPKG

@sprucelabs/spruce-event-utils

Version:

Some helpful utilities to speed up working with Mercury! 🚅

12 lines (11 loc) • 262 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'duplicateEvent', name: 'Duplicate event', description: '', fields: { fullyQualifiedEventName: { type: 'text', }, }, });