mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-18 08:44:25 -04:00
add @octokit/graphql-schema types
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
export type Project = {
|
||||
name: string;
|
||||
url: string;
|
||||
description?: string;
|
||||
language?: {
|
||||
name: string;
|
||||
color?: string;
|
||||
};
|
||||
stars?: number;
|
||||
forks?: number;
|
||||
updatedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user