Type Alias TimeUnits

TimeUnits:
    | "ms"
    | "s"
    | "m"
    | "h"
    | "d"
    | "w"

Symbols for time units