export type TRepoItem = {
  name: string;
  full_name: string;
  html_url: string;
  description: string;
};
