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