Type Alias WaitOptions

WaitOptions: {
    intervalMs?: number;
    timeOutMs?: number;
}