UNPKG

@proofgeist/kit

Version:

Create web application with the ProofKit stack

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