type alias APIGatewayTokenAuthorizerWithContextHandlerimport { type APIGatewayTokenAuthorizerWithContextHandler } from "https://deno.land/x/lambda@1.24.3/mod.ts"; Type ParametersTAuthorizerContext extends APIGatewayAuthorizerResultContextdefinition: Handler<APIGatewayTokenAuthorizerEvent, APIGatewayAuthorizerWithContextResult<TAuthorizerContext>>