Interface: ThemeValidationResult
Defined in: shared/types/validation.ts:72
Theme validation result.
Remarksโ
Specialized validation result for theme configuration validation.
Hierarchyโ
Extendsโ
Propertiesโ
errorsโ
errors: readonly
string[]
Defined in: shared/types/validation.ts:28
Array of validation error messages
Inherited fromโ
successโ
success:
boolean
Defined in: shared/types/validation.ts:30
Whether validation passed (no errors)
Inherited fromโ
warnings?โ
optionalwarnings?: readonlystring[]
Defined in: shared/types/validation.ts:32
Optional warning messages that don't prevent validation success
Inherited fromโ
missingProperties?โ
optionalmissingProperties?:string[]
Defined in: shared/types/validation.ts:74
Missing theme properties
themeErrors?โ
optionalthemeErrors?:string[]
Defined in: shared/types/validation.ts:76
Theme-specific validation errors