Skip to main content
Module

x/ptereno/lib/types/client.ts>DatabaseAttributes

An efficient and fully compliant Pterodactyl API wrapper.
Latest
interface DatabaseAttributes
import { type DatabaseAttributes } from "https://deno.land/x/ptereno@v1.0.1/lib/types/client.ts";

Properties

id: string
host: Host
name: string
username: string
connections_from: string
max_connections: number
optional
relationships: { password?: { object: "database_password"; attributes: { password: string; }; }; }