Alokai

MethodBaseOptions

Options available for methods which do not use custom queries.

type MethodBaseOptions = {
  clientConfig?: AxiosRequestConfig;
  customHeaders?: Record<string, string>;
};

Referenced Types

  • AxiosRequestConfig

On this page