UNPKG

poe-api-manager

Version:
13 lines (12 loc) 377 B
import PoeNinja from "../../../../../AbstractClass/PoeNinja"; /** * Represents a module for handling blighted maps. */ export declare class BlightedMapModule extends PoeNinja { /** * Creates an instance of BlightedMapModule. * @param league - The league name. * @param typeName - The type name. */ constructor(league: string, typeName: string); }