# classifyTier

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/entity-mapper.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/entity-mapper.service.ts#L325)

Classify an entity into a tier based on its mapped type and file path.

## Signature

```ts
function classifyTier(type: DocAutoEntityType, relativePath: string): EntityTier
```

## Parameters

| Name | Type |
|---|---|
| `type` | `DocAutoEntityType` |
| `relativePath` | `string` |

**Returns:** `EntityTier`
