Skip to content

Commit

Permalink
Fix missing type
Browse files Browse the repository at this point in the history
Forgot to "import the type I was extending"
  • Loading branch information
DominicRoyStang authored May 10, 2023
1 parent 7db9145 commit f74a953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackHook.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ declare namespace SlackHook {
channel?: string;
}

interface SlackHookOptions extends TransportStreamOptions {
interface SlackHookOptions extends Transport.TransportStreamOptions {
/**
* Slack incoming webhook URL.
*
Expand Down

0 comments on commit f74a953

Please sign in to comment.