Type alias ContextTimed

ContextTimed: ContextCancellable & {
    timer: Timer;
}

Generated using TypeDoc