UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

14 lines (13 loc) 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProxySaveInputValid = void 0; const zod_1 = require("zod"); exports.ProxySaveInputValid = zod_1.z.object({ id: zod_1.z.string().optional(), name: zod_1.z.string(), host: zod_1.z.string(), port: zod_1.z.number(), user: zod_1.z.string().optional(), password: zod_1.z.string().optional(), proxyUrl: zod_1.z.string(), });