Hierarchy

  • Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType">
    • FullRequestParams

Properties

body?: unknown

request body

format?: ResponseType

format of response (i.e. response.json() -> format: "json")

path: string

request path

query params

secure?: boolean

set parameter to true for call securityWorker for this request

content type of request body

Generated using TypeDoc