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