user-trigger-notification.ts 96 B

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