UNPKG

pqry

Version:

Easier query to pterodactyl panel

3 lines (2 loc) 153 B
import { Server } from "./../Objects/Server.js"; export declare function GetServers(host: string, apikey: string): Promise<void | Server[] | undefined>;