UNPKG

@mintlify/validation

Version:

Validates mint.json files

9 lines (8 loc) 174 B
export type DeploymentFeedbackType = { thumbs?: boolean; edits?: boolean; issues?: boolean; contextualFeedback?: { textInputOnly?: boolean; }; };