UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

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