Skip to content

Commit

Permalink
fix: Convert typings to .d.ts files (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods authored May 5, 2021
1 parent 45c2ae3 commit f47e83a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/function/response.ts → src/function/response.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface Response {
[header: string]: boolean | number | string
}
multiValueHeaders?: {
[header: string]: Array<boolean | number | string>
[header: string]: ReadonlyArray<boolean | number | string>
}
body: string
isBase64Encoded?: boolean
Expand Down
File renamed without changes.

0 comments on commit f47e83a

Please sign in to comment.