mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 16:27:32 +08:00
[F] Fix typing
This commit is contained in:
@@ -34,10 +34,8 @@ export interface CardSummaryGame {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface CardSummary {
|
export interface CardSummary {
|
||||||
maimai: CardSummaryGame | null
|
mai2: CardSummaryGame | null
|
||||||
maimai2: CardSummaryGame | null
|
chu3: CardSummaryGame | null
|
||||||
chusan: CardSummaryGame | null
|
|
||||||
chunithm: CardSummaryGame | null
|
|
||||||
ongeki: CardSummaryGame | null
|
ongeki: CardSummaryGame | null
|
||||||
diva: CardSummaryGame | null
|
diva: CardSummaryGame | null
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user