Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserModel

Hierarchy

  • UserModel

Index

Properties

_id

_id: string

academicLevel

academicLevel: "1st Year" | "2nd Year" | "3rd Year" | "4th Year" | "Honours"

advisorID

advisorID: string

Optional chats

chats?: string[]

completedCourses

completedCourses: [CourseModel]

courses

courses: [CourseModel]

faculty

faculty: "Science" | "Commerce" | "Engineering" | "Humanities"

fullName

fullName: string

isExtendedDegree

isExtendedDegree: boolean

languagePreference

languagePreference: string

majors

majors: [MajorModel]

name

name: string

password

password: string

Optional programme

programme?: ProgrammeModel

surname

surname: string

type

type: "Student" | "Student Advisor" | "Admin"

username

username: string

Generated using TypeDoc