diff --git a/src/framework/types.ts b/src/framework/types.ts index 57601da0..6f7c58a4 100644 --- a/src/framework/types.ts +++ b/src/framework/types.ts @@ -558,7 +558,7 @@ export interface ValidationError { export interface ValidationErrorItem { path: string; message: string; - error_code?: string; + errorCode?: string; } interface ErrorHeaders {