export interface ICountdown { starts?: string; ends: string; }