ExClubhouse v0.6.0 ExClubhouse.Model.EpicSearchResults View Source

Epic search results model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.EpicSearchResults{
  cursors: [binary()],
  data: [ExClubhouse.Model.Epic.t()],
  next: term(),
  total: integer()
}