mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed options interface.
This commit is contained in:
parent
3386890a98
commit
30a54db2bf
4
types/odata/index.d.ts
vendored
4
types/odata/index.d.ts
vendored
@ -8,8 +8,8 @@ declare module 'odata' {
|
||||
|
||||
interface Options {
|
||||
endpoint : string
|
||||
format ?: boolean
|
||||
autoFormat ?: string
|
||||
format ?: string
|
||||
autoFormat ?: boolean
|
||||
version ?: number
|
||||
strictMode ?: boolean
|
||||
start ?: () => any
|
||||
|
||||
Loading…
Reference in New Issue
Block a user