Skip to content

Commit

Permalink
Merge pull request #28 from DominicRoyStang/master
Browse files Browse the repository at this point in the history
Fix missing type
  • Loading branch information
TheAppleFreak authored May 10, 2023
2 parents 7db9145 + f74a953 commit ae7ffc6
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 ae7ffc6

Please sign in to comment.