Interface: ManifestValidationResult
Defined in: types/manifest.ts:60
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:65
Validation error messages (empty when valid)
valid
valid:
boolean
Defined in: types/manifest.ts:62
Whether the manifest is valid