Interface SeamHttpRequestOptions

interface SeamHttpRequestOptions {
    waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
}

Hierarchy (view full)

Properties

waitForActionAttempt?: boolean | ResolveActionAttemptOptions