mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-27 11:06:41 -05:00
chore: fix type errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user