chore(types): revert inaccurate type

Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
Erica Marigold 2024-04-20 19:59:26 +05:30 committed by GitHub
parent 3337e0e9ed
commit 2000cca049
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ export type ServeRequest = {
query: { [string]: string? },
method: HttpMethod,
headers: { [string]: string },
body: string?,
body: string,
}
--[=[