UNPKG

@mintlify/validation

Version:

Validates mint.json files

9 lines (8 loc) 239 B
import { z } from 'zod'; export declare const iconsSchema: z.ZodObject<{ library: z.ZodEnum<["fontawesome", "lucide"]>; }, "strip", z.ZodTypeAny, { library: "fontawesome" | "lucide"; }, { library: "fontawesome" | "lucide"; }>;