UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

13 lines (12 loc) 496 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmuBrowserContextUpdateSchema = exports.EmuBrowserContextCreateSchema = void 0; // import { EmuTaskStatus } from '@prisma/client'; const zod_1 = require("zod"); exports.EmuBrowserContextCreateSchema = zod_1.z.object({ // browserId: z.string(), device: zod_1.z.string().optional() }); exports.EmuBrowserContextUpdateSchema = exports.EmuBrowserContextCreateSchema.extend({ // emuBrowserId: z.string() });