Fixed options interface.

This commit is contained in:
Jan Hommes 2017-06-07 18:48:25 +02:00
parent 3386890a98
commit 30a54db2bf

View File

@ -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