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

# Facets

```ts theme={"theme":"github-dark-high-contrast"}
export enum Facets {
  PROJECT_TYPE = "project_type",
  ALL_PROJECT_TYPES = "all_project_types",
  CATEGORIES = "categories",
  VERSIONS = "versions",
  OPEN_SOURCE = "open_source",
  DISCLOSURE_TYPES = "disclosure_types",
  ENVIRONMENT = "environment",
}
```
