mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-20 16:25:39 -04:00
use @octokit/graphql instead of plain graphql for /api/projects
This commit is contained in:
Vendored
+4
-4
@@ -1,12 +1,12 @@
|
||||
type PageStats = {
|
||||
export type PageStats = {
|
||||
slug: string;
|
||||
hits: number;
|
||||
title?: string;
|
||||
url?: string;
|
||||
date?: string;
|
||||
slug: string;
|
||||
hits: number;
|
||||
};
|
||||
|
||||
type OverallStats = {
|
||||
export type OverallStats = {
|
||||
total: {
|
||||
hits: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user