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

# ProjectTypes

```ts theme={"theme":"github-dark-high-contrast"}
export enum ProjectTypes {
  MOD = "mod",
  RESOURCEPACK = "resourcepack",
  DATAPACK = "datapack",
  SHADER = "shader",
  MODPACK = "modpack",
  PLUGIN = "plugin",
}
```
