Skip to content

Commit

Permalink
✏️ 修复 eslint 报错
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 18, 2023
1 parent 6ab1f5c commit b7a555c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/App/GCG.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 - 卡牌名称
Expand All @@ -24,7 +24,7 @@ declare namespace TGApp.App.GCG {
name: string;
type: string;
icon: string;
tags: Partial<GCGTags>;
tags: Partial<GCGTags> | null;
}

/**
Expand Down

0 comments on commit b7a555c

Please sign in to comment.