export type RepoData = { created_at: string; updated_at: string; stargazers_count: number; }; export type RepoAPI = 'github';