UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

7 lines 262 B
import { z } from '../../../../../../third-party/zod.js'; export declare const makeWithDefaultResponse: <T extends z.ZodTypeAny>(dataSchema: T) => z.ZodObject<{ ok: z.ZodBoolean; message: z.ZodString; data: T; }>; //# sourceMappingURL=schema.d.ts.map