UNPKG

@proofgeist/kit

Version:

Create web application with the ProofKit stack

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