1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-02 16:14:03 -05:00

add @octokit/graphql-schema types

This commit is contained in:
2022-06-26 18:12:13 -04:00
parent ffe856012f
commit 7f485959df
6 changed files with 98 additions and 72 deletions

2
types/index.d.ts vendored
View File

@@ -1,3 +1,3 @@
export * from "./note";
export * from "./repository";
export * from "./project";
export * from "./webpack";

View File

@@ -1,4 +1,4 @@
export type Repository = {
export type Project = {
name: string;
url: string;
description?: string;