UNPKG

nestjs-slack-bolt

Version:

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

5 lines (4 loc) 263 B
/** * Decorator may listen and react to various slack events (Message, Command). */ export declare const MetadataBase: <T extends string | RegExp = string | RegExp>(metadataKey: string) => (pattern: T) => (target: object, propertyKey: string | symbol) => void;