poe-api-manager
Version:
poe.ninja and poe.watch API
13 lines (12 loc) • 444 B
TypeScript
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);
}