pub type MinutesDuration<T> = Duration<T, 60, 1>;
Alias for minutes duration
struct MinutesDuration<T> { /* private fields */ }