@adviser/cement - v0.0.0
    Preparing search index...

    Interface TimeoutState<CTX>

    interface TimeoutState<CTX> {
        duration: number;
        ctx: CTX;
    }

    Type Parameters

    • CTX
    Index

    Properties

    Properties

    duration: number
    ctx: CTX