mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts
Added new config properties logOutUri, isAngular as per the version 1.0.15
This commit is contained in:
parent
7ad5650b35
commit
2ee92bc088
2
types/adal/index.d.ts
vendored
2
types/adal/index.d.ts
vendored
@ -31,6 +31,8 @@ declare namespace adal {
|
||||
resource?: string;
|
||||
extraQueryParameter?: string;
|
||||
navigateToLoginRequestUrl?: boolean;
|
||||
logOutUri?: string;
|
||||
isAngular?: boolean;
|
||||
}
|
||||
|
||||
interface User {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user