From 3690db178fa2bddf880190a259d2482862443dba Mon Sep 17 00:00:00 2001 From: John Kalberer Date: Tue, 24 Dec 2024 11:39:32 -0800 Subject: [PATCH] ... --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 07bb17d..0ac2be5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import type { EntityID } from './types'; -import oHandler from 'odata'; +import oHandler, { Options } from 'odata'; import { CADENCE_MAP } from './translators/ReportTranslator'; import Subscription from './dao/Subscription';