diff --git a/src/types/errors/ErrorResponse.ts b/src/types/errors/ErrorResponse.ts index 0057f3a..5dcfd5d 100644 --- a/src/types/errors/ErrorResponse.ts +++ b/src/types/errors/ErrorResponse.ts @@ -21,8 +21,8 @@ export class ErrorResponse { } } -interface ErrorBody { +export interface ErrorBody { message: string - details: string + details: any raw: any }