aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/repos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts/types/repos.ts')
-rw-r--r--src/ts/types/repos.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ts/types/repos.ts b/src/ts/types/repos.ts
deleted file mode 100644
index 7dacacc..0000000
--- a/src/ts/types/repos.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export type RepoData = {
- created_at: string;
- updated_at: string;
- stargazers_count: number;
-};
-
-export type RepoAPI = 'github';