Type Alias RunSingleOpts<V>

RunSingleOpts<V>: RunOpts<V> & {
    at?: number;
}

Type Parameters

  • V