# PermissionCheck

**Kind:** Interface

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

A permission check found in source code

## Properties

| Property | Type |
|---|---|
| `permission` | `string` |
| `checkType` | `'route-guard' | 'template-conditional' | 'code-check' | 'decorator'` |
| `affectedElement` | `string` |
| `location` | `string` |
| `sourceFile` | `string` |
| `line` | `number` |
