Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@framework@verified_routes_RouteReference.hrl
Raw

include/lightspeed@framework@verified_routes_RouteReference.hrl

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