chore(net-tool): 移除不必要的 bun-types/fetch 导入
All checks were successful
/ release (push) Successful in 21s

This commit is contained in:
zhaoyingbo 2025-03-18 08:29:13 +00:00
parent d017c815d6
commit eabe12f6ae

View File

@ -1,5 +1,3 @@
import { Response } from "bun-types/fetch"
import { NetRequestParams } from "../types"
import NetToolBase from "./base"