type alias APIGatewayEventLambdaAuthorizerContextimport { type APIGatewayEventLambdaAuthorizerContext } from "https://deno.land/x/lambda@1.24.3/types.d.ts"; Type ParametersTAuthorizerContextdefinition: [P in keyof TAuthorizerContext]: TAuthorizerContext[P] extends null ? null : string & { principalId: string; integrationLatency: number; }