Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@platform@turnkey_presets_ReferenceScenario.hrl
Raw

include/lightspeed@platform@turnkey_presets_ReferenceScenario.hrl

-record(reference_scenario, {
name :: binary(),
preset :: lightspeed@platform@turnkey_presets:starter_preset(),
flows :: list(lightspeed@platform@turnkey_presets:critical_flow()),
seed :: binary()
}).