Type alias TimeHandler

TimeHandler: {
    id: string;
    timer: number;
}

Type declaration

  • Readonly id: string
  • timer: number