import { HttpFlags } from "../types"; /** * @description Axios-specific HTTP flags type * @summary Type alias for HttpFlags used specifically with the Axios adapter implementation * @typedef {HttpFlags} AxiosFlags * @memberOf module:for-http.axios */ export type AxiosFlags = HttpFlags;