UNPKG

@upv/ushi-shared

Version:

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

4 lines (3 loc) 249 B
import { APIGatewayProxyResultV2 } from 'aws-lambda'; import { ApiErrorCode } from '../errors/errors'; export declare const error: (code: ApiErrorCode, message: string, statusCode?: number, context?: Record<string, any>) => APIGatewayProxyResultV2;