Kind: Interface
Source: atloria-monorepo/apps/api/src/documentation/services/tutorial-generator.service.ts
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` |
Was this page helpful?