Type Alias WaitForStopCondition<T>

WaitForStopCondition<T>: ((obj: T) => Promise<boolean>)

Represents the condition to stop waiting for a resource.

Type Parameters

  • T