Home > @tridion-sites/open-api-client > ValidationResult
Represents the data of a validation result which is returned when validating an item.
Signature:
export type ValidationResult = {
$type?: string;
Location?: string;
Message?: string;
Source?: string;
};