mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fixed options interface.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user