UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

27 lines (26 loc) 672 B
import { z } from 'zod'; export declare const ProxySaveInputValid: z.ZodObject<{ id: z.ZodOptional<z.ZodString>; name: z.ZodString; host: z.ZodString; port: z.ZodNumber; user: z.ZodOptional<z.ZodString>; password: z.ZodOptional<z.ZodString>; proxyUrl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; host: string; port: number; proxyUrl: string; id?: string | undefined; user?: string | undefined; password?: string | undefined; }, { name: string; host: string; port: number; proxyUrl: string; id?: string | undefined; user?: string | undefined; password?: string | undefined; }>;