Type alias ClockState

ClockState: {
    time: Duration;
    phase: ClockPhase;
}

Type declaration

Generated using TypeDoc