UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

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