Cyphi.Assistant (Cyphi v0.1.0)

Provides struct and type for a Assistant

Summary

Types

t()

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