1e92f2d
1
2
3
4
5
6
import { z } from "zod"; export const skillSchema = z.object({ Name: z.string(), });