interface VersionControlProjectInfo {
    defaultSourceControlType?: SourceControlTypes;
    project?: TeamProjectReference;
    supportsGit?: boolean;
    supportsTFVC?: boolean;
}

Properties

defaultSourceControlType?: SourceControlTypes
supportsGit?: boolean
supportsTFVC?: boolean