export type GuxMinuteInterval = 15 | 30 | 60; export type GuxClockType = '12h' | '24h'; export type GuxISOHourMinute = `${string}:${string}`; export type GuxMinuteStep = 1 | 5 | 10 | 15 | 20 | 30 | 60;