Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@framework@verified_routes_ParamMismatch.hrl

-record(param_mismatch, {
name :: binary(),
expected :: list(binary()),
actual :: list(binary())
}).