include/proute@discover_PageRoute.hrl
-record(page_route, {
kind :: proute@discover:route_kind(),
constructor :: binary(),
path :: binary(),
segments :: list(proute@discover:route_segment()),
params :: list(proute@discover:route_param()),
source_file :: binary(),
page_module :: binary()
}).