Skip to content

Type Alias: CommunityNotificationsMode

ts
type CommunityNotificationsMode = 
  | "all_posts_and_comments"
  | "all_posts"
  | "replies_and_mentions"
  | "mute";

Defined in: src/types/index.ts:18