Current section

Files

Jump to
scrapbook include scrapbook@event_EventBasicData.hrl
Raw

include/scrapbook@event_EventBasicData.hrl

-record(event_basic_data, {
id :: binary(),
name :: binary(),
start_timestamp :: integer(),
formatted_date :: binary(),
photo :: gleam@option:option(scrapbook@event:event_photo()),
video :: gleam@option:option(scrapbook@event:event_video()),
url :: binary(),
is_online :: boolean(),
parent :: gleam@option:option(scrapbook@event:event_parent()),
siblings :: list(scrapbook@event:event_sibling())
}).