UNPKG

@mintlify/validation

Version:

Validates mint.json files

4 lines (3 loc) 137 B
import { z } from 'zod'; export const themes = ['mint', 'maple', 'palm', 'willow', 'linden']; export const themeSchema = z.enum(themes);