Interface: ManifestValidationResult
Defined in: types/manifest.ts:66
Result of validating a plugin manifest. Contains a list of human-readable error messages when validation fails.
Properties
errors
errors:
string[]
Defined in: types/manifest.ts:71
Validation error messages (empty when valid)
valid
valid:
boolean
Defined in: types/manifest.ts:68
Whether the manifest is valid