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