UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

12 lines (11 loc) 255 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'mustCreateEvent', name: 'must create event', fields: { fqen: { type: 'text', isRequired: true, }, }, });