interface VersionControlResult {
    resultId?: number;
    versionControlSnippet?: VersionControlSnippet;
}

Properties

resultId?: number

The ID to associate this structure with the cooresponding Result

versionControlSnippet?: VersionControlSnippet

Information about the snippet where the Result was found