import { type EaCProxyProcessor } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/modules/applications/EaCProxyProcessor.ts";
The proxy processor.
definition: { Headers?: Record<string, string>; ProxyRoot: string; RedirectMode?: "error" | "follow" | "manual"; } & EaCProcessor<"Proxy">