UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

11 lines (10 loc) 268 B
import { z } from 'zod'; export const ProxySaveInputValid = z.object({ id: z.string().optional(), name: z.string(), host: z.string(), port: z.number(), user: z.string().optional(), password: z.string().optional(), proxyUrl: z.string(), });