UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

24 lines (23 loc) 435 B
import { LolStatusServiceIncidentsUpdate } from './lol-status-service-incidents-updates.dto' /** * Lol Status service incident */ export class LolStatusServiceStatusIncident { /** * Is Active */ active: boolean /** * Indicent creation date */ // tslint:disable:variable-name created_at: string /** * Indicent id */ id: number /** * Updates list */ updates: LolStatusServiceIncidentsUpdate }