# TextNode

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

Text content node (markdown)

## Properties

| Property | Type |
|---|---|
| `type` | `'text'` |
| `content` | `string` |
