# TutorialContent

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/tutorial-generator.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/tutorial-generator.service.ts#L9)

Generated tutorial content

## Properties

| Property | Type |
|---|---|
| `tutorialId` | `string` |
| `title` | `string` |
| `description` | `string` |
| `difficulty` | `string` |
| `estimatedTime` | `string` |
| `category` | `string` |
| `tags` | `string[]` |
| `prerequisites` | `{
    requirements: string[];
    requiredRole?: string;
    beforeYouBegin?: string;
  }` |
| `overview` | `string` |
| `steps` | `TutorialStep[]` |
| `whatYouLearned` | `string` |
| `nextSteps` | `string[]` |
| `tips` | `string[]` |
| `commonMistakes` | `string[]` |
| `troubleshooting` | `TroubleshootingItem[]` |
| `generatedAt` | `Date` |
| `tokensUsed` | `number` |
