/** * Available settings for post notifications */ export type PostNotificationsMode = "all_comments" | "replies_and_mentions" | "mute";