mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
Merge pull request #9876 from spzSource/master
[angular-adal] Fix return type for getRequestInfo method definition.
This commit is contained in:
Vendored
+2
-2
@@ -131,9 +131,9 @@ declare namespace adal {
|
||||
|
||||
/**
|
||||
* Gets requestInfo from given hash.
|
||||
* @returns {string} error message related to login
|
||||
* @returns {RequestInfo} for appropriate hash.
|
||||
*/
|
||||
getRequestInfo(hash: string): string;
|
||||
getRequestInfo(hash: string): RequestInfo;
|
||||
|
||||
/**
|
||||
* Saves token from hash that is received from redirect.
|
||||
|
||||
Reference in New Issue
Block a user