UNPKG

ogame-bot-api

Version:
5 lines (4 loc) 245 B
import { Page } from 'puppeteer'; import { ShipList, Ship } from '../types'; export declare const loadShips: (page: Page) => Promise<ShipList>; export declare const createShipFromPannel: (page: Page, ship: Ship, count: number) => Promise<void>;