UNPKG
@r6stats/node
Version:
latest (4.0.0-alpha3)
4.0.0-alpha3
4.0.0-alpha2
4.0.0-alpha1
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0-alpha
R6Stats API Client for NodeJS
github.com/R6Stats/r6stats-node
R6Stats/r6stats-node
@r6stats/node
/
lib
/
types
/
stats
/
profile.type.d.ts
5 lines
(4 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
export
interface
PlayerAlias
{
username
:
string
;
last_seen_at
:
string
; }