Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data@repository_Record.hrl
Raw

include/lightspeed@data@repository_Record.hrl

-record(record, {
id :: binary(),
tenant_id :: binary(),
owner_id :: binary(),
resource :: binary(),
payload :: binary()
}).