UNPKG
clashcrown-wraproyale
Version:
latest (1.0.1)
1.0.1
1.0.0
API Wrapper for official ClashRoyale API
github.com/JuanQuenga/wraproyale
JuanQuenga/wraproyale
clashcrown-wraproyale
/
src
/
types
/
locations
/
Location.ts
7 lines
(6 loc)
•
101 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
Location
{
id
:
number
;
name
:
string
;
isCountry
:
boolean
;
countryCode
:
string
; }