1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-19 06:55:30 -04: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
+1 -1
View File
@@ -1,3 +1,3 @@
export * from "./note";
export * from "./repository";
export * from "./project";
export * from "./webpack";
+1 -1
View File
@@ -1,4 +1,4 @@
export type Repository = {
export type Project = {
name: string;
url: string;
description?: string;