export interface TimerInterface { endTime: string; countdown?: boolean; }