✏️ 修复 eslint 报错

This commit is contained in:
BTMuli
2023-10-18 17:47:21 +08:00
parent 6ab1f5c842
commit b7a555c8b8

View File

@@ -9,7 +9,7 @@ declare namespace TGApp.App.GCG {
/**
* @description Wiki页用到的简略信息
* @interface WikiBriefInfo
* @since Alpha v0.2.2
* @since Beta v0.3.3
* @property {number} id - 卡牌 ID
* @property {number} contentId - 观测枢的 content_id
* @property {string} name - 卡牌名称
@@ -24,7 +24,7 @@ declare namespace TGApp.App.GCG {
name: string;
type: string;
icon: string;
tags: Partial<GCGTags>;
tags: Partial<GCGTags> | null;
}
/**