Skip to main content

shared/src/types/user-types

Enumerations

EnumerationDescription
UserRoleENUM for user roles

Interfaces

InterfaceDescription
ActiveStudentStudent with completed profile All required fields are guaranteed to be present
ActiveTutorTutor with completed profile ready for bookings All required fields are guaranteed to be present
ActiveTutorWithAvailabilityActive tutor with availability slots Used for displaying bookable tutors
BaseUserBase user interface with core fields Used for general user references and lists
StudentStudent type with student-specific fields Fields may be null if profile is incomplete
TutorTutor type with tutor-specific fields Note: stripeConnectId is excluded for security Fields may be null if profile is incomplete