Skip to content

Commit f47e83a

Browse files
authored
fix: Convert typings to .d.ts files (#61)
1 parent 45c2ae3 commit f47e83a

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)