UNPKG

@mintlify/validation

Version:

Validates mint.json files

6 lines (5 loc) 115 B
import { z } from 'zod'; export const footerSchema = z.object({ href: z.string(), message: z.string(), });