/** * Short time unit. */ export type TimeUnitShort = "ms" | "s" | "m" | "h";