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
/
players
/
upcomingchests.ts
11 lines
(8 loc)
•
134 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
UpcomingChest
{
index
:
number
;
name
:
string
; }
export
interface
UpcomingChest
{
index
:
number
;
name
:
string
; }