Interface for the validation result

interface ValidationResult {
    overlaps: OverlapInfo[];
    valid: boolean;
}

Properties

Properties

overlaps: OverlapInfo[]
valid: boolean