mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-20 16:05:40 -04:00
clean up type declarations
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
type Repository = {
|
||||
name: string;
|
||||
url: string;
|
||||
description: string;
|
||||
primaryLanguage?: {
|
||||
color: string;
|
||||
name: string;
|
||||
};
|
||||
stargazerCount: number;
|
||||
stargazerCount_pretty?: string;
|
||||
forkCount: number;
|
||||
forkCount_pretty?: string;
|
||||
pushedAt: string;
|
||||
pushedAt_relative?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user