UNPKG

@ingeze/api-error

Version:

A TypeScript library for handling HTTP errors in Express, NestJS, and Fastify APIs.

8 lines 208 B
export interface ErrorResponse { success: boolean; type: string; statusCode: number; message: string; details?: Record<string, unknown>; } //# sourceMappingURL=error-handler.types.d.ts.map