mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
update
This commit is contained in:
1
types/odata/index.d.ts
vendored
1
types/odata/index.d.ts
vendored
@@ -29,7 +29,6 @@ declare module 'odata' {
|
||||
inlinecount: number; // if inlinecount is set, here the counting is gold
|
||||
data: T; // holds the data after an callback
|
||||
param: {}; // this object holds all parameter for a route
|
||||
oConfig: Options; // the internal config, passed over from the o function
|
||||
|
||||
config<T>(options ?: Options) : OHandler<T>
|
||||
progress<T>(callback : () => any) : OHandler<T>
|
||||
|
||||
Reference in New Issue
Block a user