mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-08 20:20:03 +00:00
Refactor: Gist card: Fix description type since it can be not set (#3089)
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
export type GistData = {
|
export type GistData = {
|
||||||
name: string;
|
name: string;
|
||||||
nameWithOwner: string;
|
nameWithOwner: string;
|
||||||
description: string;
|
description: string | null;
|
||||||
language: string | null;
|
language: string | null;
|
||||||
starsCount: number;
|
starsCount: number;
|
||||||
forksCount: number;
|
forksCount: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user