From a0b0e2e1416134f37d38ee162c4b0ac901dc334d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 16 Aug 2025 04:13:53 +0000 Subject: [PATCH] Add missing props to UserTypeSelection interface cgen-b7df6da9f2a545a3ae94c27c522a0951 --- client/components/onboarding/UserTypeSelection.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/onboarding/UserTypeSelection.tsx b/client/components/onboarding/UserTypeSelection.tsx index e39cfa71..fa168c18 100644 --- a/client/components/onboarding/UserTypeSelection.tsx +++ b/client/components/onboarding/UserTypeSelection.tsx @@ -19,6 +19,9 @@ interface UserTypeSelectionProps { data: OnboardingData; updateData: (data: Partial) => void; nextStep: () => void; + prevStep?: () => void; + currentStep?: number; + totalSteps?: number; } const userTypes = [