UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

22 lines 1.06 kB
import Action from '../../action'; import SubmoduleMap from '../../../interfaces/submodule-map'; import { LorDataDragonSetDataDTO } from '../../../interfaces/dto'; declare const BaseAction: { new (...args: any[]): { version<K extends import("../../mixins/version").VersionChainable & import("../../mixins/executable").Executable>(this: K, version: string): Omit<K, "version">; }; } & { new (...args: any[]): { locale<K_1 extends import("../../mixins/locale").LocaleChainable & import("../../mixins/executable").Executable>(this: K_1, locale: string): Omit<K_1, "locale">; }; } & { new (...args: any[]): { lorSet<K_2 extends import("../../mixins/lor-set").LorSetChainable & import("../../mixins/executable").Executable>(this: K_2, lorSet: number): Omit<K_2, "lorSet">; }; } & typeof Action; export default class GetLorDataDragonSetData extends BaseAction<LorDataDragonSetDataDTO[]> { constructor(submodules: SubmoduleMap); protected inferEndpoint(): void; } export {}; //# sourceMappingURL=set-data.d.ts.map