UNPKG

poe-api-manager

Version:
12 lines (11 loc) 331 B
import PoeWatch from "../../../../AbstractClass/PoeWatch"; /** * Subclass of PoeWatch for accessing oil data. */ export declare class OilModule extends PoeWatch { /** * Creates a new instance of OilModule. * @param league - The league from which the data will be fetched. */ constructor(league: string); }