nestjs-slack-bolt
Version:
A NestJS module for seamless integration with Slack using the Bolt SDK
10 lines (9 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SLACK_VIEW_METADATA = exports.SLACK_SHORTCUT_METADATA = exports.SLACK_EVENT_METADATA = exports.SLACK_COMMAND_METADATA = exports.SLACK_ACTION_METADATA = exports.SLACK_MESSAGE_METADATA = void 0;
exports.SLACK_MESSAGE_METADATA = 'slack:message';
exports.SLACK_ACTION_METADATA = 'slack:action';
exports.SLACK_COMMAND_METADATA = 'slack:command';
exports.SLACK_EVENT_METADATA = 'slack:event';
exports.SLACK_SHORTCUT_METADATA = 'slack:shortcut';
exports.SLACK_VIEW_METADATA = 'slack:view';