Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "RequestService"

Index

Type aliases

AxiosResponseWithoutData

AxiosResponseWithoutData<T>: Omit<AxiosResponse<unknown>, "data"> & T

Type parameters

  • T

Omit

Omit<T, K>: Pick<T, Exclude<keyof T, K>>

Type parameters

  • T

  • K: keyof T

RequestInjectorFn

RequestInjectorFn<T>: (baseConfig: AxiosConfigWithData<T>) => AxiosConfigWithData<T> | Promise<AxiosConfigWithData<T>>

Type parameters

  • T

Type declaration

ResponseInjectorFn

ResponseInjectorFn<T>: (response: AxiosResponseWithoutData<T>) => AxiosResponseWithoutData<T> | Promise<AxiosResponseWithoutData<T>>

Type parameters

  • T

Type declaration

Generated using TypeDoc