UNPKG

nestjs-slack-bolt

Version:

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

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