lib/object/block.ex

defmodule Notion.Object.Block do
  @moduledoc """

  A block object represents content within Notion. Blocks can be text, lists, media, and more. A page is a type of block, too!

  https://developers.notion.com/reference/block

  """
end