poe-api-manager
Version:
poe.ninja and poe.watch API
12 lines (11 loc) • 349 B
TypeScript
import PoeWatch from "../../../../AbstractClass/PoeWatch";
/**
* Subclass of PoeWatch for accessing inscribed data.
*/
export declare class InscribedModule extends PoeWatch {
/**
* Creates a new instance of InscribedModule.
* @param league - The league from which the data will be fetched.
*/
constructor(league: string);
}