diff --git a/types/index.d.ts b/types/index.d.ts index 166bf27..3ffe4d4 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -53,7 +53,7 @@ declare namespace fastifyHttpProxy { constraints?: { [name: string]: any }; internalRewriteLocationHeader?: boolean; } - + export const fastifyHttpProxy: FastifyHttpProxy export { fastifyHttpProxy as default } }