Skip to content

Type Alias: PostNotificationsMode

ts
type PostNotificationsMode = "replies_and_mentions" | "mute" | "all_comments";

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