# PermissionCheck

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/permission-extractor.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/permission-extractor.ts#L22)

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` |
