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
/
src
/
types
/
api-config.type.ts
6 lines
(5 loc)
•
102 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
R6StatsAPIConfiguration {
apiKey
:
string
userAgent
?:
string
baseUrl
?:
string
}