Notionex.Object.List (notionex v0.1.0)

Summary

Types

@type t() :: %{
  has_more: boolean(),
  next_cursor: binary(),
  object: binary(),
  results: [any()],
  type: binary(),
  page_or_database: map()
}

Functions