export interface ClockFaceTime { time: number | string; angle: number | string; disabled?: boolean; }