Code Explainers
type CountdownState = { deadline: number; onTick: (remaining: number) => void; onComplete: () => void;