From 3d382b79635620932b7421f4722a95477b342675 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Mon, 23 Sep 2024 10:09:21 +0200 Subject: [PATCH] fix: duplicate import of type HttpIncoming --- types/fixup.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/fixup.d.ts b/types/fixup.d.ts index de46c44..d4063be 100644 --- a/types/fixup.d.ts +++ b/types/fixup.d.ts @@ -1,5 +1,3 @@ -import type { HttpIncoming } from '@podium/utils'; - declare global { namespace Express { export interface PodiumHttpIncomingParameters {