```diff type WaitFor = Array<AnyEventCreator | string | { event: AnyEventCreator | string timeout: number + condition: () => boolean }> ```
type WaitFor = Array<AnyEventCreator | string | { event: AnyEventCreator | string timeout: number + condition: () => boolean }>