diff --git a/src/configure.d.ts b/src/configure.d.ts index af49503e..714727c0 100644 --- a/src/configure.d.ts +++ b/src/configure.d.ts @@ -28,13 +28,13 @@ interface BinarySettings { contentTypes?: string[]; } -interface ConfigureResult { - handler: Handler; +interface ConfigureResult { + handler: Handler; log: Logger; proxy: (proxyParams: ProxyParams) => Promise; } -declare function configure(configureParams: ConfigureParams): Handler & ConfigureResult; +declare function configure(configureParams: ConfigureParams): Handler & ConfigureResult; // declare function proxy(proxyParams: ProxyParams): Promise