From 034b02869d8f77480f68fc9b9ff3d703831293d0 Mon Sep 17 00:00:00 2001 From: Mario Adrian Date: Thu, 15 Feb 2018 16:40:32 +0100 Subject: [PATCH] update --- types/odata/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/odata/index.d.ts b/types/odata/index.d.ts index 64021049e9..e56ac4296c 100644 --- a/types/odata/index.d.ts +++ b/types/odata/index.d.ts @@ -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(options ?: Options) : OHandler progress(callback : () => any) : OHandler