From 50a3df40bc8d41271c4cd8d6873a6d4e1dd87b42 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 20 Jan 2022 19:32:36 +0100 Subject: chore: add a project summary component --- src/ts/types/github.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ts/types/github.ts (limited to 'src/ts/types/github.ts') 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; +}; -- cgit v1.2.3