UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.categoryListInputSchema = void 0; const zod_1 = require("zod"); exports.categoryListInputSchema = zod_1.z.object({ parent: zod_1.z.number().optional(), keyword: zod_1.z.string().optional(), });