interface APIGatewayTokenAuthorizerEventimport { type APIGatewayTokenAuthorizerEvent } from "https://dotland.deno.dev/x/lambda@1.26.2/types.d.ts"; Propertiestype: "TOKEN"methodArn: stringauthorizationToken: string