mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 05:34:47 +08:00
a typo
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) => Promise;
|
||||
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