fet: Add changes lol
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
@ -22,7 +22,7 @@ declare namespace App {
|
||||
authKey?: string
|
||||
responseBuilder: {
|
||||
body(body: string | Buffer | object | null | undefined): this
|
||||
headers(headers: HeadersInit ): this
|
||||
headers(headers: Record<string, string>): this
|
||||
addHeader(key: string, value: string): this
|
||||
addHeaders(headers: Record<string, string>): this
|
||||
removeHeader(key: string): this
|
||||
|
Reference in New Issue
Block a user