UNPKG

@mintlify/validation

Version:

Validates mint.json files

7 lines (6 loc) 131 B
export type EditorPermissionsType = { requireGithub: 'enabled' | 'disabled'; }; export type EditorType = { v5: boolean; };