/**
 * Copyright IBM Corp. 2024, 2025
 */
export interface VCSRepoData {
  repoNameWithOwner: string;
  rootDirAlias: string;
  description: string | null;
}
