## Enum Documentation Template

# `ENUM_IDENTIFIER`

#### Short summary of what it's used for and what it represents.

## Enum Values

- ### `VALUE_IDENTIFIER` = "value"
  - Short description of what it represents.
- ### `VALUE_IDENTIFIER` = true
  - Short description of what it represents.
- ### `VALUE_IDENTIFIER` = 3
    - Short description of what it represents.