Skip to content

Commit

Permalink
Fix SSEHeaders type name
Browse files Browse the repository at this point in the history
  • Loading branch information
vsantele committed Nov 12, 2023
1 parent f07a302 commit 4fd09ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/sse.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type SSEOptions = {
/**
* - headers
*/
headers?: SSEHeader;
headers?: SSEHeaders;
/**
* - payload as a string
*/
Expand Down

0 comments on commit 4fd09ed

Please sign in to comment.