UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

10 lines (9 loc) 268 B
import * as z from "zod"; export declare const spiderRespCreateSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare const spiderRespUpdateSchema: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>;