Cyphi.Instructor (Cyphi v0.1.0)

Provides struct and type for a Instructor

Summary

Types

t()

@type t() :: %Cyphi.Instructor{
  coinstructor: boolean() | nil,
  course_id: integer() | nil,
  id: integer() | nil,
  last_visited_at: DateTime.t() | nil,
  user_id: integer()
}