Interface SeamHttpRequestOptions

interface SeamHttpRequestOptions {
    isUndocumentedApiEnabled?: boolean;
    waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
}

Hierarchy (view full)

Properties

isUndocumentedApiEnabled?: boolean
waitForActionAttempt?: boolean | ResolveActionAttemptOptions