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
/
common
/
IconUrls.ts
5 lines
•
81 B
text/typescript
View Raw
1
2
3
4
5
export
interface
IconUrls
{
small
?:
string
;
large
?:
string
;
medium
?:
string
; }