Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_ergonomics_Row.hrl
Raw

include/lightspeed@data_ergonomics_Row.hrl

-record(row, {
id :: binary(),
revision :: integer(),
resource :: binary(),
attributes :: list({binary(), binary()})
}).