UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

6 lines (4 loc) 107 B
import { z } from "zod/v4"; export const verifyEmailSchema = z.object({ code: z.string().length(8), });