UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 128 B
import * as z from 'zod'; export const appConfigSchema = z.object({ id: z.string().optional(), ghToken: z.string(), });