Skip to content

Commit 5ee2bc9

Browse files
committed
Clean up some types
1 parent 65b6979 commit 5ee2bc9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/utils/Types.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ export enum StatsName {
353353
CritDmg = "CRIT DMG",
354354
CryoDMGBonus = "Cryo DMG Bonus",
355355
Def = "DEF%",
356+
DendroDMGBonus = "Dendro DMG Bonus",
356357
ElectroDMGBonus = "Electro DMG Bonus",
357358
ElementalMastery = "Elemental Mastery",
358359
EnergyRecharge = "Energy Recharge",
@@ -379,7 +380,7 @@ export enum CurveEnum {
379380
export interface Meta {
380381
birthMonth?: number
381382
birthDay?: number
382-
association?: Association
383+
association?: string
383384
title: string
384385
detail: string
385386
affiliation?: string
@@ -391,13 +392,6 @@ export interface Meta {
391392
cvKorean?: string
392393
}
393394

394-
export enum Association {
395-
Fatui = "Fatui",
396-
Liyue = "Liyue",
397-
Mc = "MC",
398-
Mondstadt = "Mondstadt",
399-
}
400-
401395
export interface Skills {
402396
talents?: Skill[]
403397
ult?: Skill

0 commit comments

Comments
 (0)