View Source Notionex.Object.Page (notionex v0.3.1)

Summary

Types

@type t() ::
  Notionex.Object.t()
  | %{
      url: binary(),
      public_url: binary(),
      cover: Notionex.Object.File.t(),
      icon: Notionex.Object.File.t(),
      parent: Notionex.Object.Parent.t(),
      properties: map()
    }

Functions