UNPKG

@mintlify/validation

Version:

Validates mint.json files

3 lines (2 loc) 123 B
import { z } from 'zod'; export const hiddenSchema = z.boolean().describe('Whether the current option is default hidden');