aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts')
-rw-r--r--src/ts/types/repos.ts (renamed from src/ts/types/github.ts)2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ts/types/github.ts b/src/ts/types/repos.ts
index 923fb08..7dacacc 100644
--- a/src/ts/types/github.ts
+++ b/src/ts/types/repos.ts
@@ -3,3 +3,5 @@ export type RepoData = {
updated_at: string;
stargazers_count: number;
};
+
+export type RepoAPI = 'github';