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
/
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
; }