UNPKG

@proofgeist/kit

Version:

Create web application with the ProofKit stack

6 lines (4 loc) 106 B
import { z } from "zod"; export const forgotPasswordSchema = z.object({ email: z.string().email(), });