Current section
Files
Jump to
Current section
Files
lib/elixir_lokalise_api/collections/teams.ex
defmodule ElixirLokaliseApi.Collection.Teams do
@moduledoc false
defstruct items: [],
total_count: nil,
page_count: nil,
per_page_limit: nil,
current_page: nil
end