mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 22:55:56 -04:00
organize types a bit more sanely & bump deps
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
export type RepositoryType = {
|
||||
name: string;
|
||||
url: string;
|
||||
description?: string;
|
||||
language?: {
|
||||
name: string;
|
||||
color?: string;
|
||||
};
|
||||
stars?: number;
|
||||
forks?: number;
|
||||
updatedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user