# IncludeNode

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/core/src/rendering/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/core/src/rendering/types.ts#L72)

Include reference node
Represents a reference to a reusable block

## Properties

| Property | Type |
|---|---|
| `type` | `'include_reference'` |
| `blockId` | `string` |
| `resolved` | `boolean` |
| `resolvedContent` | `ASTNode[]` |
