mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Use PaymentContextValue type instead of direct boolean (#23185)
GitOrigin-RevId: 2e1af64a40a4b98f84fbd7a024b1facd18e0fe90
This commit is contained in:
@@ -70,5 +70,7 @@ export type PaymentContextValue = {
|
||||
userCanNotStartRequestedTrial: boolean
|
||||
showStudentConfirmation: boolean
|
||||
studentConfirmationChecked: boolean
|
||||
setStudentConfirmationChecked: React.Dispatch<React.SetStateAction<boolean>>
|
||||
setStudentConfirmationChecked: React.Dispatch<
|
||||
React.SetStateAction<PaymentContextValue['studentConfirmationChecked']>
|
||||
>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user