interface APIGatewayAuthorizerWithContextResultimport { type APIGatewayAuthorizerWithContextResult } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.ts"; Type ParametersTAuthorizerContext extends APIGatewayAuthorizerResultContextPropertiesprincipalId: stringpolicyDocument: PolicyDocumentcontext: TAuthorizerContextoptionalusageIdentifierKey: string | null