Up
–
odoc
»
Odoc_document
»
Types
» Page
Module
Types.Page
type
t
=
{
title : string;
header :
Item.t
list
;
items :
Item.t
list
;
url :
Url.Path.t
;
}