UNPKG

@varandas/clash-royale-api

Version:

A Clash Royale API official wrapper for seamless integration with your applications.

10 lines (9 loc) 167 B
export interface ICardIconUrls { medium: string; } export interface ICard { id: number; name: string; maxLevel: number; iconUrls: ICardIconUrls; }