Type alias ContextTimedInput

ContextTimedInput: ContextCancellable & {
    timer: Timer | number;
}

Generated using TypeDoc