Current section

Files

Jump to
showtime include showtime@reports@table_Table.hrl
Raw

include/showtime@reports@table_Table.hrl

-record(table, {
header :: gleam@option:option(binary()),
rows :: list(list(showtime@reports@table:col()))
}).