Provides properties that describe inputs for the file diffs

interface FileDiffsCriteria {
    baseVersionCommit?: string;
    fileDiffParams?: FileDiffParams[];
    targetVersionCommit?: string;
}

Properties

baseVersionCommit?: string

Commit ID of the base version

fileDiffParams?: FileDiffParams[]

List of parameters for each of the files for which we need to get the file diff

targetVersionCommit?: string

Commit ID of the target version