UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

17 lines (16 loc) 352 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'notConnected', name: 'Not connected', description: '', fields: { action: { type: 'text', isRequired: true, }, fqen: { type: 'id', isRequired: true, }, }, });