UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

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