UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

16 lines (15 loc) 357 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'invalidEventSignature', name: 'Invalid event contract', fields: { fqen: { type: 'text', isRequired: true, }, instructions: { type: 'text', isRequired: true, }, }, });