Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

id: number
uuid: string
name: string
nest: number
author: string
description: string
docker_image: string
config: { files: { [file: string]: { parser: string; find: Record<string, string | Record<string, string>>; }; } | []; startup: { done: string; userInteraction?: Array<string>; }; stop: string; logs: { custom: boolean; location: string; } | []; extends: any; }
startup: string
script: { privileged: boolean; install: string; entry: string; container: string; extends: any; }
created_at: string
updated_at: string
optional
relationships: { nest?: Nest; servers?: MetalessServerList; }