Interface SeamHttpOptionsWithClient

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

Hierarchy (view full)

Properties

client: AxiosInstance
waitForActionAttempt?: boolean | ResolveActionAttemptOptions