mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
chore(types): revert inaccurate type
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
parent
3337e0e9ed
commit
2000cca049
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export type ServeRequest = {
|
||||||
query: { [string]: string? },
|
query: { [string]: string? },
|
||||||
method: HttpMethod,
|
method: HttpMethod,
|
||||||
headers: { [string]: string },
|
headers: { [string]: string },
|
||||||
body: string?,
|
body: string,
|
||||||
}
|
}
|
||||||
|
|
||||||
--[=[
|
--[=[
|
||||||
|
|
Loading…
Add table
Reference in a new issue