UNPKG

nestjs-slack-bolt

Version:

A NestJS module for seamless integration with Slack using the Bolt SDK

10 lines (9 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Shortcut = void 0; const base_decorator_1 = require("./base.decorator"); const constants_1 = require("./constants"); /** * Decorator may listen and react to slack Shortcut events. */ exports.Shortcut = (0, base_decorator_1.MetadataBase)(constants_1.SLACK_SHORTCUT_METADATA);