type alias APIGatewayProxyHandlerV2import { type APIGatewayProxyHandlerV2 } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; Works with HTTP API integration Payload Format version 2.0 Type ParametersoptionalT = neverdefinition: Handler<APIGatewayProxyEventV2, APIGatewayProxyResultV2<T>>