We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2c70b commit 1cb410dCopy full SHA for 1cb410d
test/fixture/types.ts
@@ -1,9 +1,9 @@
1
import { expectTypeOf } from "expect-type";
2
import { describe, it } from "vitest";
3
import { EventHandler, EventHandlerRequest, defineEventHandler } from "h3";
4
-import { $Fetch } from "../..";
+import type { $Fetch } from "../..";
5
import { defineNitroConfig } from "../../src/config";
6
-import { Serialize, Simplify } from "../../src/types";
+import type { Serialize, Simplify } from "../../src/types";
7
8
interface TestResponse {
9
message: string;
0 commit comments