UNPKG

@upv/ushi-shared

Version:

Shared DTOs, types, and utilities for the USHI platform (LMS, Trials, Social, Wallet).

5 lines (4 loc) 245 B
import type { APIGatewayProxyEvent, APIGatewayProxyResultV2 } from 'aws-lambda'; type HandlerFn = (event: APIGatewayProxyEvent) => Promise<APIGatewayProxyResultV2>; export declare const wrapHandler: (handler: HandlerFn) => HandlerFn; export {};