# ModuleEntity

**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#L895)

Module entity (NestJS, Angular)

## Properties

| Property | Type |
|---|---|
| `type` | `EntityType.MODULE` |
| `imports` | `string[]` |
| `controllers` | `string[]` |
| `providers` | `string[]` |
| `exports` | `string[]` |
| `isGlobal` | `boolean` |
