# NavItem

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/cli/src/generators/mdx.generator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/generators/mdx.generator.ts#L62)

Navigation structure for API sync

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `href` | `string` |
| `children` | `NavItem[]` |
