Skip to content

Commit 646c527

Browse files
committed
chore: correct headers type
1 parent e7e33a9 commit 646c527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export interface AddressConfig {
141141
}
142142

143143
export interface APIConfig {
144-
HTTPHeaders?: Record<string, string>
144+
HTTPHeaders?: Record<string, string[]>
145145
}
146146

147147
export interface DiscoveryConfig {

0 commit comments

Comments
 (0)