Type Alias SleepOpts<V>

SleepOpts<V>: Interval & Partial<{
    signal: AbortSignal;
    value: V;
}>

Type Parameters

  • V