@varandas/clash-royale-api
Version:
A Clash Royale API official wrapper for seamless integration with your applications.
13 lines (12 loc) • 444 B
TypeScript
export * from './arena.interface';
export * from './clan.interface';
export * from './tournament.interface';
export * from './card.interface';
export * from './player.interface';
export * from './chest.interface';
export * from './location.interface';
export * from './war.interface';
export * from './battle.interface';
export * from './river_race.interface';
export * from './CardResponse.interface';
export * from './leaderboard.interface';