View Source Zoonk.Content.LessonStep (Zoonk v0.3.0-alpha)

LessonStep schema.

Link to this section Summary

Link to this section Types

@type t() :: %Zoonk.Content.LessonStep{
  __meta__: term(),
  content: term(),
  id: term(),
  inserted_at: term(),
  kind: term(),
  lesson: term(),
  lesson_id: term(),
  options: term(),
  order: term(),
  updated_at: term()
}