UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SpiderQueueAddInputValid = void 0; const zod_1 = require("zod"); exports.SpiderQueueAddInputValid = zod_1.z.object({ url: zod_1.z.string().url(), });