UNPKG

pqry

Version:

Easier query to pterodactyl panel

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