UNPKG

@varandas/clash-royale-api

Version:

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

6 lines (5 loc) 123 B
import { ICard } from './card.interface'; export interface CardResponse { items: ICard[]; supportItems: ICard[]; }