Options
All
  • Public
  • Public/Protected
  • All
Menu

Module interfaces

Index

Type aliases

Actions

Actions: { courses: CourseModel[] | null; majors: MajorModel[] | null; programmes: ProgrammeModel[] | null; signedIn: boolean; type: "UPDATE_SIGNED_IN" | "SET_USER" | "SET_PROGRAMMES" | "SET_MAJORS" | "SET_COURSES"; user: UserModel | null }

Type declaration

BadgeModel

BadgeModel: { desc: string; icon: IconType; title: string }

Type declaration

  • desc: string
  • icon: IconType
  • title: string

State

State: { courses: CourseModel[] | null; majors: MajorModel[] | null; programmes: ProgrammeModel[] | null; signedIn: boolean; user: UserModel | null }

Type declaration

Generated using TypeDoc