type alias Opine.RequestParamHandlerimport { type Opine } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { RequestParamHandler } = Opine; definition: (req: OpineRequest,res: OpineResponse,next: NextFunction,value: any,name: string,) => any