Current section
Files
Jump to
Current section
Files
include/gtfs_rt_nyct_StopTimeUpdate.hrl
-record(stop_time_update, {
arrival :: gleam@option:option(gtfs_rt_nyct:stop_time_event()),
departure :: gleam@option:option(gtfs_rt_nyct:stop_time_event()),
stop_id :: binary(),
nyct :: gtfs_rt_nyct:nyct_stop_time_update()
}).