UNPKG

@apideck/better-ajv-errors

Version:
12 lines (10 loc) 232 B
import { DefinedError } from 'ajv'; export interface ValidationError { message: string; path: string; suggestion?: string; context: { errorType: DefinedError['keyword']; [additionalContext: string]: unknown; }; }