Type alias SplitTime

SplitTime: {
    abbreviatedLabel: string;
    label: string;
    milliseconds: number;
    remaining: number;
}

Type declaration

  • abbreviatedLabel: string
  • label: string
  • milliseconds: number
  • remaining: number