> ## 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.

# TeamMemberPermissions

```ts theme={"theme":"github-dark-high-contrast"}
export enum TeamMemberPermissions {
  UPLOAD_VERSION="UPLOAD_VERSION",
  DELETE_VERSION="DELETE_VERSION",
  EDIT_DETAILS="EDIT_DETAILS",
  EDIT_BODY="EDIT_BODY",
  MANAGE_INVITES="MANAGE_INVITES",
  REMOVE_MEMBER="REMOVE_MEMBER",
  EDIT_MEMBER="EDIT_MEMBER",
  DELETE_PROJECT="DELETE_PROJECT",
  VIEW_ANALYTICS="VIEW_ANALYTICS",
  VIEW_PAYOUTS="VIEW_PAYOUTS",
}
```
