UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

11 lines (10 loc) 335 B
import * as z from "zod"; export const commandListSchema = z.object({ keyword: z.string().optional(), siteId: z.string().optional(), categoryId: z.number().optional(), slug: z.string().optional(), tags: z.string().optional(), limit: z.number().min(1).max(100).optional(), cursor: z.string().optional(), });