Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit ce3ba76

Browse files
authored
fix: Convert typings to .d.ts files
1 parent 45c2ae3 commit ce3ba76

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/function/response.ts renamed to src/function/response.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export interface Response {
44
[header: string]: boolean | number | string
55
}
66
multiValueHeaders?: {
7-
[header: string]: Array<boolean | number | string>
7+
[header: string]: ReadonlyArray<boolean | number | string>
88
}
99
body: string
1010
isBase64Encoded?: boolean
File renamed without changes.

0 commit comments

Comments
 (0)