# EntityType

**Kind:** Type

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts#L165)

## Definition

```ts
| 'CLASS'
  | 'FUNCTION'
  | 'COMPONENT' // React/Vue/Angular component
  | 'CONTROLLER' // API endpoint handler
  | 'SERVICE'
  | 'INTERFACE'
  | 'TYPE'
  | 'ENUM'
  | 'CONSTANT'
  | 'HOOK' // React hook
  | 'MIDDLEWARE'
  | 'MODULE'
```
