UNPKG

poe-api-manager

Version:
13 lines (12 loc) 444 B
import PoeNinja from "../../../../../AbstractClass/PoeNinja"; /** * Represents an item submodule for retrieving data on Coffin items. */ export declare class CoffinModule extends PoeNinja { /** * Constructs an instance of CoffinModule. * @param league - The name of the league to retrieve data for. * @param typeName - The typename of item to retrieve data for. */ constructor(league: string, typeName: string); }