Skip to main content
Module

x/ptereno/lib/types/application.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/application.ts";

Properties

id: number
server: number
host: number
database: string
username: string
remote: string
max_connections: number
created_at: string
updated_at: string
optional
relationships: { host?: DatabaseHost; password?: DatabasePassword; }