UNPKG

pqry

Version:

Easier query to pterodactyl panel

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