include/rally@types_ScannedRoute.hrl

-record(scanned_route, {
    segments :: list(rally@types:url_segment()),
    variant_name :: binary(),
    params :: list({binary(), rally@types:param_type()}),
    module_path :: binary(),
    layout_module :: gleam@option:option(binary())
}).