1 2 3 4 5
export type RepoData = { created_at: string; updated_at: string; stargazers_count: number; };