UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

14 lines (13 loc) 536 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmuBrowserUpdateSchema = exports.emuBrowserCreateOutputSchema = exports.EmuBrowserCreateSchema = void 0; const zod_1 = require("zod"); exports.EmuBrowserCreateSchema = zod_1.z.object({ title: zod_1.z.string().default("no title browser").optional(), }); exports.emuBrowserCreateOutputSchema = zod_1.z.object({ browserId: zod_1.z.string() }); exports.EmuBrowserUpdateSchema = exports.EmuBrowserCreateSchema.extend({ id: zod_1.z.string() });