Interface SeamHttpFromPublishableKeyOptions

interface SeamHttpFromPublishableKeyOptions {
    axiosOptions?: AxiosRequestConfig<any>;
    axiosRetryOptions?: IAxiosRetryConfig;
    endpoint?: string;
    waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
}

Hierarchy

  • SeamHttpCommonOptions
    • SeamHttpFromPublishableKeyOptions

Properties

axiosOptions?: AxiosRequestConfig<any>
axiosRetryOptions?: IAxiosRetryConfig
endpoint?: string
waitForActionAttempt?: boolean | ResolveActionAttemptOptions