Reference.Page
odoc
type t = [
| `Resolved of Resolved.Page.t
| `Root of string * [ `TPage | `TUnknown ]
| `Page_path of Hierarchy.t
]