UNPKG

@mintlify/validation

Version:

Validates mint.json files

13 lines (12 loc) 295 B
import { z } from 'zod'; export declare const footerSchema: z.ZodObject<{ href: z.ZodString; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; href: string; }, { message: string; href: string; }>; export type FooterSchema = z.infer<typeof footerSchema>;