mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Return type specified
This commit is contained in:
Vendored
+1
-1
@@ -333,7 +333,7 @@ declare module DevExpress {
|
||||
createQuery(): Query;
|
||||
}
|
||||
interface Promise {
|
||||
then(doneFn?: Function, failFn?: Function, progressFn?: Function);
|
||||
then(doneFn?: Function, failFn?: Function, progressFn?: Function) => Promise;
|
||||
}
|
||||
export interface CustomStoreOptions extends StoreOptions {
|
||||
/** The user implementation of the byKey(key, extraOptions) method. */
|
||||
|
||||
Reference in New Issue
Block a user