// src/types.ts
export interface TutorialResult {
    tutorialText: string;
    language: string;
  }