nestjs-slack-bolt
Version:
A NestJS module for seamless integration with Slack using the Bolt SDK
10 lines (9 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.View = void 0;
const base_decorator_1 = require("./base.decorator");
const constants_1 = require("./constants");
/**
* Decorator may listen and react to slack View submissions.
*/
exports.View = (0, base_decorator_1.MetadataBase)(constants_1.SLACK_VIEW_METADATA);