mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 14:30:22 +00:00
Another set of fixes for definition
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ declare module Oidc {
|
||||
|
||||
class DefaultPromise {
|
||||
constructor(promise: any);
|
||||
then(successCallback: (value?: any) => void, errorCallback: (reason?) => void): DefaultPromise;
|
||||
then(successCallback: (value?: any) => void, errorCallback: (reason?: any) => void): DefaultPromise;
|
||||
catch(errorCallback: () => void): DefaultPromise;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user