UNPKG

tft-dataset

Version:

Basic informations on current tft set.

7 lines (6 loc) 220 B
import type { SynergyName } from "../constants/synergy-name"; import type { SynergyLevel } from "../constants/synergy-level"; export interface Synergy { name: SynergyName; levels: Record<number, SynergyLevel>; }