UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

9 lines (7 loc) 159 B
import { z } from "alepha"; export const healthSchema = z.object({ message: z.text(), uptime: z.number(), date: z.datetime(), ready: z.boolean(), });