Skip to content

Commit

Permalink
test: add a type statement that requires unmet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Dec 17, 2024
1 parent e5ad367 commit 155d38b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/oauth-express-receiver/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
const { App, ExpressReceiver, LogLevel, FileInstallationStore } = require('@slack/bolt');

/**
* @type {import("@slack/bolt/dist/receivers/ParamsIncomingMessage").ParamsIncomingMessage};
*/
const _example = null;

// Create an ExpressReceiver
const receiver = new ExpressReceiver({
signingSecret: process.env.SLACK_SIGNING_SECRET,
Expand Down

0 comments on commit 155d38b

Please sign in to comment.