# ServiceEntity

**Kind:** Interface

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

Service entity (NestJS, Express, etc.)

## Properties

| Property | Type |
|---|---|
| `type` | `EntityType.SERVICE` |
| `dependencies` | `DependencyInfo[]` |
| `methods` | `MethodDefinition[]` |
| `isSingleton` | `boolean` |
