UNPKG

@mintlify/validation

Version:

Validates mint.json files

12 lines (11 loc) 220 B
export type AssistantType = { askAiOnCodeBlock?: boolean; deflection?: { enabled?: boolean; email?: string; }; webSearch?: { enabled?: boolean; sites?: string[]; }; };