This commit is contained in:
2026-07-27 16:42:04 +02:00
parent 45a7704ea6
commit 018b751723
23 changed files with 2327 additions and 635 deletions

View File

@@ -8,6 +8,10 @@ export type PreAuthAnswers = {
primaryGoal?: string;
experienceLevel?: string;
lightLevel?: string;
/** 'acute' | 'slow' | 'prevention' — steuert Dringlichkeit und Tonfall des Plans. */
situation?: string;
/** 'yellow' | 'brown_tips' | 'drooping' | 'spots' | 'pests' | 'other' */
symptom?: string;
};
export const PreAuthOnboardingService = {