galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
17 lines • 383 B
TypeScript
export interface Event {
EventID: number;
EventName: string;
EventTime: number;
KillerName?: string;
VictimName?: string;
TurretKilled?: string;
Stolen?: string;
Assisters?: string[];
DragonType?: string;
Acer?: string;
AcingTeam?: string;
}
export interface LiveClientEventsDTO {
Events: Event[];
}
//# sourceMappingURL=event.d.ts.map