

This depends. Many languages support 1 liner aliases, whether that’s using
/typedef
in C++, type
in Rust, Python, and TS, etc.
In other languages, it may be more difficult and not worth it, though this particular example should just use a duration type instead.
Had this happen before with pattern matching.