|
@@ -69,4 +69,6 @@ export type PaymentContextValue = {
|
|
|
updateCountry: (country: PricingFormState['country']) => void
|
|
updateCountry: (country: PricingFormState['country']) => void
|
|
|
userCanNotStartRequestedTrial: boolean
|
|
userCanNotStartRequestedTrial: boolean
|
|
|
showStudentConfirmation: boolean
|
|
showStudentConfirmation: boolean
|
|
|
|
|
+ studentConfirmationChecked: boolean
|
|
|
|
|
+ setStudentConfirmationChecked: React.Dispatch<React.SetStateAction<boolean>>
|
|
|
}
|
|
}
|