View Source Elixteg.Graph.Model.PageList (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Graph.Model.PageList{
  pages: [[Page.t()]],
  total_count: integer()
}