Search
Stores current and maximum lap number for the session
@type t() :: %F1Bot.F1Session.LapCounter{ current: (integer() | nil) | nil, lap_timestamps: map(), total: (integer() | nil) | nil }