UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

13 lines (12 loc) 284 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'unexpectedPayload', name: 'Unexpected payload', description: '', fields: { eventName: { type: 'text', isRequired: true, }, }, });