galeforce-tmp-sea
Version:
A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.
13 lines • 550 B
TypeScript
/// <reference types="node" />
import Action from '../../action';
import SubmoduleMap from '../../../interfaces/submodule-map';
declare const BaseAction: {
new (...args: any[]): {
assetPath<K extends import("../../mixins/asset-path").AssetPathChainable & import("../../mixins/executable").Executable>(this: K, assetPath: string): Omit<K, "assetPath">;
};
} & typeof Action;
export default class GetDataDragonAsset extends BaseAction<Buffer> {
constructor(submodules: SubmoduleMap);
}
export {};
//# sourceMappingURL=asset.d.ts.map