> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lib.toolrinth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserNotificationTypes

```ts theme={"theme":"github-dark-high-contrast"}
export enum UserNotificationTypes {
  PROJECT_UPDATE = "project_update",
  TEAM_INVITE = "team_invite",
  STATUS_CHANGE = "status_change",
  MODERATOR_MESSAGE = "moderator_message",
}
```
