user-trigger-notification.ts 98 B

12
  1. type SlackChannel = string;
  2. export type SlackChannels = { [updatePost: string]: SlackChannel[] };