# EnvVariableEntity

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts#L1003)

Environment variable entity

## Properties

| Property | Type |
|---|---|
| `type` | `EntityType.ENV_VARIABLE` |
| `variableName` | `string` |
| `exampleValue` | `string` |
| `isSensitive` | `boolean` |
| `isRequired` | `boolean` |
| `category` | `string` |
