5 lines
175 B
TypeScript
5 lines
175 B
TypeScript
|
import type { NextConfig } from '../../types';
|
||
|
export declare function setHttpClientAndAgentOptions(config: {
|
||
|
httpAgentOptions?: NextConfig['httpAgentOptions'];
|
||
|
}): void;
|