UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmuAccontCreateSchema = void 0; const zod_1 = require("zod"); exports.EmuAccontCreateSchema = zod_1.z.object({ username: zod_1.z.string().optional(), password: zod_1.z.string().optional(), });