export interface GetRepository {
  /** The ID of repository to fetch */
  repositoryId: string;
}
