UNPKG

311 BTypeScriptView Raw
1import { Provider } from '@nestjs/common';
2import { RequestAsyncConfig, RequestConfig } from './http.interface';
3export declare function createHttpOptionsProvider(httpOption: RequestConfig): Provider<RequestConfig>;
4export declare function createHttpAsyncOptionsProvider(options: RequestAsyncConfig): Provider;