type alias Timed

Start time and duration.

Properties

optional
t0: number

Starting time in milliseconds.

optional
tD: number

Duration in milliseconds.

Usage

import { type Timed } from ".";