Current section

Files

Jump to
scrapbook include scrapbook@event_EventData.hrl
Raw

include/scrapbook@event_EventData.hrl

-record(event_data, {
basic_data :: scrapbook@event:event_basic_data(),
description :: binary(),
place :: gleam@option:option(scrapbook@event:event_place()),
hosts :: list(scrapbook@event:event_host()),
time_details :: scrapbook@event:event_time_details(),
ticket_url :: gleam@option:option(binary()),
users_responded :: gleam@option:option(integer())
}).