UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

23 lines (22 loc) 479 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'timeout', name: 'Timeout', description: '', fields: { eventName: { type: 'text', isRequired: true, }, timeoutMs: { type: 'number', isRequired: true, }, isConnected: { type: 'boolean', }, totalRetries: { type: 'number', }, }, });