mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix ci
This commit is contained in:
parent
6e8d899d41
commit
4c4a7bc58f
2
types/auth0-js/index.d.ts
vendored
2
types/auth0-js/index.d.ts
vendored
@ -566,7 +566,7 @@ export interface Auth0Error {
|
||||
|
||||
export type Auth0ParseHashError = Auth0Error & {
|
||||
state?: string;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* The contents of the authResult object returned by {@link WebAuth#parseHash }
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
// TypeScript Version: 2.7
|
||||
import * as auth0 from 'auth0-js';
|
||||
import Auth0Lock from 'auth0-lock';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user