Type alias TimerHandle

TimerHandle: unknown & {
    __brand: "TimeHandle";
}

Generated using TypeDoc