Add missing props to UserTypeSelection interface

cgen-b7df6da9f2a545a3ae94c27c522a0951
This commit is contained in:
Builder.io 2025-08-16 04:13:53 +00:00
parent bf7050dd01
commit a0b0e2e141

View file

@ -19,6 +19,9 @@ interface UserTypeSelectionProps {
data: OnboardingData;
updateData: (data: Partial<OnboardingData>) => void;
nextStep: () => void;
prevStep?: () => void;
currentStep?: number;
totalSteps?: number;
}
const userTypes = [