Skip to content

Commit

Permalink
fix: use type import for aws-lambda (#284)
Browse files Browse the repository at this point in the history
Followup to #283
  • Loading branch information
wolfy1339 authored May 11, 2022
1 parent 71c952d commit 7eaf81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/aws-lambda/api-gateway-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { onUnhandledRequestDefault } from "../on-unhandled-request-default";
import { HandlerOptions } from "../types";
import { OAuthApp } from "../../index";
import { Options, ClientType } from "../../types";
import {
import type {
APIGatewayProxyEventV2,
APIGatewayProxyStructuredResultV2,
} from "aws-lambda";
Expand Down

0 comments on commit 7eaf81d

Please sign in to comment.