UNPKG

nestjs-slack-bolt

Version:

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

6 lines (5 loc) 117 B
export interface IMetadataBase<T = string | RegExp> { target: string; propertyKey: string; pattern: T; }