UNPKG

@dvsa/appdev-api-common

Version:

Utils library for common API functionality

6 lines (5 loc) 147 B
import type { APIGatewayEvent, Context } from "aws-lambda"; export interface APIGatewayModel { event: APIGatewayEvent; context: Context; }