interface PropertyDiff {
    diffKind: DiffKind;
    inputDiff: boolean;
}

Properties

Properties

diffKind: DiffKind
inputDiff: boolean

Generated using TypeDoc