Type alias WaitForEventActionOptions<T>

WaitForEventActionOptions<T>: {
    predicate?: EventPredicate<T>;
    timeout?: number;
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc