interface VersionControlFilePath {
    filePath?: string;
    filePathHash?: number[];
    versionControlFilePathId?: number;
}

Properties

filePath?: string

Path of the file in the version control system

filePathHash?: number[]

Hash of the file in the version control system

versionControlFilePathId?: number

Unique ID for the file in the version control system