chore: fix type errors

This commit is contained in:
mrjvs
2026-08-19 16:16:18 +02:00
parent 251d22e592
commit 05dd74baf1
6 changed files with 56 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
import { request } from 'undici';
import type { Dispatcher } from 'undici';
import type { H3Event } from 'h3';
export type HttpApiOptions = {
headers?: HeadersInit; body?: string; method?: Dispatcher.HttpMethod;