ExClubhouse v0.6.0 ExClubhouse.Model.StorySearchResults View Source

Story search results

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.StorySearchResults{
  cursors: [binary()],
  data: [ExClubhouse.Model.Story.t()],
  next: binary() | nil,
  total: integer()
}