UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 190 B
import { z } from "zod"; export const tagSchema = z.object({ id: z.string(), title: z.string(), // status: z.string(), // label: z.string(), // priority: z.string(), });