lib/ex_x2y2/page_cursor.ex

defmodule ExX2Y2.PageCursor do
  @type t :: %__MODULE__{}

  defstruct ~w[next success data]a
end