UNPKG
tft-dataset
Version:
latest (4.1.0)
4.1.0
4.0.0
3.0.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Basic informations on current tft set.
github.com/ferdodo/tft-dataset
ferdodo/tft-dataset
tft-dataset
/
dist
/
constants
/
synergy-level.d.ts
7 lines
(6 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
SynergyLevel
{
Bronze
=
"Bronze"
,
Silver
=
"Silver"
,
Gold
=
"Gold"
,
Diamond
=
"Diamond"
}