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