UNPKG

@mintlify/validation

Version:

Validates mint.json files

9 lines (8 loc) 217 B
import { z } from 'zod'; export declare const searchSchema: z.ZodObject<{ prompt: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { prompt?: string | undefined; }, { prompt?: string | undefined; }>;