# NotionRichText

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/md-to-notion-blocks.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/md-to-notion-blocks.ts#L14)

## Properties

| Property | Type |
|---|---|
| `type` | `'text'` |
| `text` | `{ content: string; link: { url: string } | null }` |
| `annotations` | `{ bold?: boolean; italic?: boolean; code?: boolean }` |
