diff options
Diffstat (limited to 'src/ts/types/github.ts')
| -rw-r--r-- | src/ts/types/github.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ts/types/github.ts b/src/ts/types/github.ts new file mode 100644 index 0000000..923fb08 --- /dev/null +++ b/src/ts/types/github.ts @@ -0,0 +1,5 @@ +export type RepoData = { + created_at: string; + updated_at: string; + stargazers_count: number; +}; |
