mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Removed trailing whitespaces
This commit is contained in:
8
types/auth0-js/index.d.ts
vendored
8
types/auth0-js/index.d.ts
vendored
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user