UNPKG

@mintlify/validation

Version:

Validates mint.json files

9 lines (8 loc) 299 B
import { z } from 'zod'; export declare const backgroundSchema: z.ZodObject<{ style: z.ZodOptional<z.ZodEnum<["gradient", "grid", "windows"]>>; }, "strip", z.ZodTypeAny, { style?: "gradient" | "grid" | "windows" | undefined; }, { style?: "gradient" | "grid" | "windows" | undefined; }>;