UNPKG

clashcrown-wraproyale

Version:

API Wrapper for official ClashRoyale API

7 lines (6 loc) 101 B
export interface Location { id: number; name: string; isCountry: boolean; countryCode: string; }