We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
description
1 parent 79cba23 commit a5fafbaCopy full SHA for a5fafba
packages/contract/src/error.ts
@@ -19,7 +19,6 @@ export class ValidationError extends Error {
19
export interface ErrorMapItem<TDataSchema extends AnySchema> {
20
status?: number
21
message?: string
22
- description?: string
23
data?: TDataSchema
24
}
25
0 commit comments