include/lightspeed@framework@verified_routes_RouteReference.hrl

-record(route_reference, {
    name :: binary(),
    method :: lightspeed@framework@verified_routes:route_method(),
    param_names :: list(binary())
}).