Provides properties that describe file differences

interface FileDiff {
    lineDiffBlocks?: LineDiffBlock[];
    originalPath?: string;
    path?: string;
}

Properties

lineDiffBlocks?: LineDiffBlock[]

The collection of line diff blocks

originalPath?: string

Original path of item if different from current path.

path?: string

Current path of item