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 230 B
import { z } from '../../../../../../third-party/zod.js'; export const makeWithDefaultResponse = (dataSchema) => z.object({ ok: z.boolean(), message: z.string(), data: dataSchema, }); //# sourceMappingURL=schema.js.map