UNPKG

supercell-api-scraper

Version:

A supercell games scraper that has additional calculations and info, easy to use methods. [BETA]

12 lines (9 loc) 247 B
import { Resource, TroopType, Village } from "../data/ClashOfClans/types.js"; /** * Interface for a Clash Royale card. */ export interface ClashRoyaleCard {} /** * Interface for a Brawl Stars Brawler */ export interface BrawlStarsBrawler {}