UNPKG

node-valorant-api

Version:

A NodeJS wrapper for the VALORANT API

12 lines (11 loc) 228 B
interface AccountDto { puuid: string; gameName: string; tagLine: string; } interface ActiveShardDto { puuid: string; game: string; activeShard: string; } export { AccountDto, ActiveShardDto };