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
/
types
/
champion.d.ts
9 lines
(8 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ChampionName
}
from
"../constants/champion-name"
;
import
type
{
SynergyName
}
from
"../constants/synergy-name"
;
export
interface
Champion
{
name
:
ChampionName
;
synergies
:
SynergyName
[];
cost
:
1
|
2
|
3
|
4
|
5
;
range
:
number
; }