PagePath
type
PagePath
=
"/"
|
"/category"
|
"/category/:id"
|
"/product/:id/:sku"
|
(
string
&
{});