HttpClientConfig: IClientOptions & {
    httpClient: Function;
    url: string;
}

Type declaration

  • httpClient: Function
  • url: string