diff --git a/types/odata/index.d.ts b/types/odata/index.d.ts index 9419dd0ba4..3f436667f9 100644 --- a/types/odata/index.d.ts +++ b/types/odata/index.d.ts @@ -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