galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
14 lines • 635 B
TypeScript
import Action from '../../action';
import { LorRegion } from '../../../../riot-api';
import SubmoduleMap from '../../../interfaces/submodule-map';
import { PlatformDataDTO } from '../../../interfaces/dto';
declare const BaseAction: {
new (...args: any[]): {
region<K extends import("../../mixins/region").RegionChainable<LorRegion> & import("../../mixins/executable").Executable>(this: K, region: LorRegion): Omit<K, "region">;
};
} & typeof Action;
export default class GetLorPlatformData extends BaseAction<PlatformDataDTO> {
constructor(submodules: SubmoduleMap);
}
export {};
//# sourceMappingURL=index.d.ts.map