UNPKG

@upv/ushi-shared

Version:

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

4 lines (3 loc) 180 B
import { APIGatewayProxyEvent } from 'aws-lambda'; import { ZodSchema } from 'zod'; export declare const validateBody: <T>(event: APIGatewayProxyEvent, schema: ZodSchema<T>) => T;