Skip to content

Commit 592b0f6

Browse files
committed
fix unused types
1 parent 7e14d45 commit 592b0f6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/openapi-fetch/test/index.test.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
import { HttpResponse, type StrictRequest, type StrictResponse } from "msw";
2-
import createClient, {
3-
type BodyType,
4-
type Middleware,
5-
type MiddlewareRequest,
6-
type QuerySerializerOptions,
7-
} from "../src/index.js";
1+
import { HttpResponse, type StrictResponse } from "msw";
2+
import createClient, { type Middleware, type MiddlewareRequest, type QuerySerializerOptions } from "../src/index.js";
83
import type { paths } from "./fixtures/api.js";
94
import { server, baseUrl, useMockRequestHandler, toAbsoluteURL } from "./fixtures/mock-server.js";
105

0 commit comments

Comments
 (0)