mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-16 22:40:01 +08:00
Fix return type for getRequestInfo method definition.
This commit is contained in:
2
adal-angular/adal.d.ts
vendored
2
adal-angular/adal.d.ts
vendored
@@ -133,7 +133,7 @@ declare namespace adal {
|
||||
* Gets requestInfo from given hash.
|
||||
* @returns {string} error message related to login
|
||||
*/
|
||||
getRequestInfo(hash: string): string;
|
||||
getRequestInfo(hash: string): RequestInfo;
|
||||
|
||||
/**
|
||||
* Saves token from hash that is received from redirect.
|
||||
|
||||
Reference in New Issue
Block a user