# CodeBlockInfo

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

Code block information

## Properties

| Property | Type |
|---|---|
| `language` | `string` |
| `line` | `number` |
| `lines` | `number` |
