Nutrient Web SDK
    Preparing search index...

    Type Alias TextComparisonResult

    Describes the result of a text comparison.

    type TextComparisonResult = {
        hunks: Hunk[];
        type: "text";
    }
    Index

    Properties

    Properties

    hunks: Hunk[]

    The hunks of changes within the comparison result.

    type: "text"

    The type of comparison result. Only "text" is supported for now.