Add missing props to UserTypeSelection interface
cgen-b7df6da9f2a545a3ae94c27c522a0951
This commit is contained in:
parent
bf7050dd01
commit
a0b0e2e141
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ interface UserTypeSelectionProps {
|
||||||
data: OnboardingData;
|
data: OnboardingData;
|
||||||
updateData: (data: Partial<OnboardingData>) => void;
|
updateData: (data: Partial<OnboardingData>) => void;
|
||||||
nextStep: () => void;
|
nextStep: () => void;
|
||||||
|
prevStep?: () => void;
|
||||||
|
currentStep?: number;
|
||||||
|
totalSteps?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
const userTypes = [
|
const userTypes = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue