aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/github.ts
blob: 923fb08fb5ea827c4e2b8ca38897075b2e11ece3 (plain)
1
2
3
4
5
export type RepoData = {
  created_at: string;
  updated_at: string;
  stargazers_count: number;
};