galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
7 lines • 320 B
TypeScript
import Action from '../../action';
import SubmoduleMap from '../../../interfaces/submodule-map';
import { LiveClientEventsDTO } from '../../../interfaces/dto';
export default class GetLiveClientEvents extends Action<LiveClientEventsDTO> {
constructor(submodules: SubmoduleMap);
}
//# sourceMappingURL=events.d.ts.map