App copy
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user