Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_ergonomics_DashboardSummary.hrl
Raw

include/lightspeed@data_ergonomics_DashboardSummary.hrl

-record(dashboard_summary, {
total_rows :: integer(),
draft_rows :: integer(),
published_rows :: integer(),
stale_rows :: integer()
}).