Skip to main content
Module

x/ptereno/lib/types/application.ts>LocationAttributes

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

Properties

id: number
short: string
long: string
updated_at: string
created_at: string
optional
relationships: { nodes?: MetalessNodeList; servers?: MetalessServerList; }