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:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
export * from "./note";
|
||||
export * from "./repository";
|
||||
export * from "./project";
|
||||
export * from "./webpack";
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
export type Repository = {
|
||||
export type Project = {
|
||||
name: string;
|
||||
url: string;
|
||||
description?: string;
|
||||
Reference in New Issue
Block a user