Time interval type used in category settings.
Defines the t/0 time-interval type (e.g. {seconds, 5}) accepted by aequitas category settings such as max_window_duration.
t/0
{seconds, 5}
aequitas
max_window_duration
-type t() :: {unit(), number()}.
-type unit() :: milliseconds | seconds | minutes | hours | days | weeks.