interface ImportRepositoryValidation {
    gitSource?: GitImportGitSource;
    password?: string;
    tfvcSource?: GitImportTfvcSource;
    username?: string;
}

Properties

gitSource?: GitImportGitSource
password?: string
tfvcSource?: GitImportTfvcSource
username?: string