UNPKG
node-valorant-api
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.1
0.1.0
0.0.1
A NodeJS wrapper for the VALORANT API
github.com/solohk525/valorant-api
solohk525/valorant-api
node-valorant-api
/
lib
/
types
/
riot
/
ACCOUNT-V1.d.ts
12 lines
(11 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
interface
AccountDto
{
puuid
:
string
;
gameName
:
string
;
tagLine
:
string
; }
interface
ActiveShardDto
{
puuid
:
string
;
game
:
string
;
activeShard
:
string
; }
export
{
AccountDto
,
ActiveShardDto
};