UNPKG

nestjs-slack-bolt

Version:

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

5 lines (4 loc) 185 B
/** * Decorator may listen and react to slack Shortcut events. */ export declare const Shortcut: (pattern: string | RegExp) => (target: object, propertyKey: string | symbol) => void;