diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index b36a25db44..7e43da1c89 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -571,12 +571,12 @@ export interface Auth0Error { errorDescription: string; // Need to include non-intuitive error fields that Auth0 uses code?: string; - description?: string; + description?: string; name?: string; policy?: string; - original?: any; - statusCode?: number; - statusText?: string; + original?: any; + statusCode?: number; + statusText?: string; } export type Auth0ParseHashError = Auth0Error & {