UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (11 loc) 277 B
import * as z from 'zod'; export declare const appConfigSchema: z.ZodObject<{ id: z.ZodOptional<z.ZodString>; ghToken: z.ZodString; }, "strip", z.ZodTypeAny, { ghToken: string; id?: string | undefined; }, { ghToken: string; id?: string | undefined; }>;