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 = [