mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:05:32 -04:00
add @octokit/graphql-schema
types
This commit is contained in:
12
types/project.d.ts
vendored
Normal file
12
types/project.d.ts
vendored
Normal file
@@ -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