mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
fix(types): revert nullable body to a plain string
This commit is contained in:
parent
77edb89829
commit
7a85117ad3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export type FetchResponse = {
|
|||
statusCode: number,
|
||||
statusMessage: string,
|
||||
headers: HttpHeaderMap,
|
||||
body: string?,
|
||||
body: string,
|
||||
}
|
||||
|
||||
--[=[
|
||||
|
|
Loading…
Add table
Reference in a new issue