Type alias TimerEvent

TimerEvent: {
    target: TargetUnit;
    type: "tick" | "done";
}

Type declaration

Generated using TypeDoc