Type alias Clock

Clock: BaseSystemType & {
    currentState: ClockState | null;
    startCondition: ClockStartConditionState | null;
}

Type declaration

Generated using TypeDoc