From f9cc83a3e8d4a44ec720fb88fe63b1046bd8cc7d Mon Sep 17 00:00:00 2001 From: Naveen Mathew <55116576+nmathew98@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:33:25 +1300 Subject: [PATCH] fix: issues with generated TypeScript declaration file --- src/utils/proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/proxy.ts b/src/utils/proxy.ts index b48320ae..b57872c0 100644 --- a/src/utils/proxy.ts +++ b/src/utils/proxy.ts @@ -1,5 +1,5 @@ import type { H3Event } from '../event' -import type { RequestHeaders } from 'src/types' +import type { RequestHeaders } from '../types' export interface SendProxyOptions { headers?: RequestHeaders | HeadersInit