UNPKG
tips-twisted
Version:
latest (1.60.1)
1.60.1
Fetching riot games api data
github.com/Sansossio/twisted
Sansossio/twisted
tips-twisted
/
dist
/
models-dto
/
challenges
/
percentiles.dto.d.ts
11 lines
(10 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
namespace
PercentilesDTO
{
interface
Percentile
{
/** All challenges. */
[
key
:
string
]:
Percentiles
; }
interface
Percentiles
{
/** Percent distribution for a challenge. */
[
key
:
string
]:
number
; } }