Interface WaitForOptions

interface WaitForOptions {
    pollIntervalMs?: number;
    timeoutMs?: number;
}

Properties

pollIntervalMs?: number
timeoutMs?: number

Generated using TypeDoc