UNPKG

@upv/ushi-shared

Version:

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

9 lines (8 loc) 529 B
export declare const ok: <T>(data: T, message?: string) => import("aws-lambda").APIGatewayProxyResultV2; export declare const created: <T>(data: T, message?: string) => import("aws-lambda").APIGatewayProxyResultV2; export declare const updated: <T>(data: T, message?: string) => import("aws-lambda").APIGatewayProxyResultV2; export declare const deleted: (id: string | number, message?: string) => import("aws-lambda").APIGatewayProxyResultV2; export declare const noContent: () => { statusCode: number; body: string; };