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