UNPKG
twisted
Version:
latest (1.83.0)
1.83.0
1.82.0
1.81.0
1.80.1
1.80.0
1.75.1
1.73.0
1.72.2
1.72.1
1.72.0
1.71.0
1.70.0
1.69.0
1.68.0
1.67.2
1.67.1
1.67.0
1.66.1
1.66.0
1.65.0
1.63.4
1.63.3
1.63.2
1.63.1
1.63.0
1.62.2
1.62.1
1.62.0
1.61.5
1.61.4
1.61.3
1.61.2
1.61.1
1.61.0
1.60.2
1.60.1
1.60.0
1.59.0
1.57.0
1.56.3
1.56.2
1.56.1
1.56.0
1.55.0
1.54.0
1.53.2
1.53.1
1.52.1
1.52.0
1.51.0
1.50.0
1.49.0
1.48.0
1.47.0
1.46.8
1.46.7
1.46.6
1.46.5
1.46.4
1.46.3
1.46.2
1.46.1
1.46.0
1.45.0
1.44.3
1.44.2
1.44.1
1.44.0
1.43.1
1.43.0
1.42.0
1.41.0
1.40.0
1.35.0
1.34.0
1.33.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.8
1.23.7
1.23.6
1.23.5
1.23.4
1.23.3
1.23.2
1.23.1
1.23.0
1.22.3
1.22.2
1.22.1
1.22.0
1.21.3
1.21.2
1.21.1
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Fetching riot games api data
github.com/Sansossio/twisted
Sansossio/twisted
twisted
/
dist
/
models-dto
/
status
/
status-v4
/
lol-status-content.dto.d.ts
16 lines
(15 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** * Lol Status Content dto */
export
declare
class
LolStatusContentDTO
{
/** * Incident or Maintance status language * (e.g. `en_GB`) */
locale:
string
;
/** * Incident or Maintance * (e.g. `Account Transfers Unavailable`) */
content:
string
; }