Current section
Files
Jump to
Current section
Files
include/gtfs_rt_nyct_TimeRange.hrl
-record(time_range, {
start :: gleam@option:option(gtfs_rt_nyct:unix_time()),
'end' :: gleam@option:option(gtfs_rt_nyct:unix_time())
}).