UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

7 lines (5 loc) 124 B
import { z } from "zod/v4"; export const loginSchema = z.object({ email: z.string().email(), password: z.string(), });