UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

34 lines (33 loc) 775 B
import * as z from "zod"; export declare const spFieldCreateSchema: z.ZodObject<{ spRouteId: z.ZodString; name: z.ZodString; sel: z.ZodString; value: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { name: string; spRouteId: string; sel: string; value?: string | undefined; }, { name: string; spRouteId: string; sel: string; value?: string | undefined; }>; export declare const spFieldUpdateSchema: z.ZodObject<{ id: z.ZodString; name: z.ZodString; sel: z.ZodString; value: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { id: string; name: string; sel: string; value?: string | undefined; }, { id: string; name: string; sel: string; value?: string | undefined; }>;