mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-14 12:58:34 +00:00
Refactor: Gist card: Fix description type since it can be not set (#3089)
This commit is contained in:
committed by
GitHub
parent
5afd97a94b
commit
24ac78bdb0
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
export type GistData = {
|
||||
name: string;
|
||||
nameWithOwner: string;
|
||||
description: string;
|
||||
description: string | null;
|
||||
language: string | null;
|
||||
starsCount: number;
|
||||
forksCount: number;
|
||||
|
||||
Reference in New Issue
Block a user