Interface SeamHttpOptionsWithClient

interface SeamHttpOptionsWithClient {
    client: AxiosInstance;
    isUndocumentedApiEnabled?: boolean;
    waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
}

Hierarchy (view full)

Properties

client: AxiosInstance
isUndocumentedApiEnabled?: boolean
waitForActionAttempt?: boolean | ResolveActionAttemptOptions