export class Repository {
  readonly fullName: string;
  readonly url: string;

  constructor(repository: RepositoryResponse) {