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