/** * Type representing time units */ export type TimeUnit = "milliseconds" | "seconds" | "minutes" | "hours";