Skip to main content
Module

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

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

Properties

id: number
external_id: string | null
uuid: string
username: string
email: string
first_name: string
last_name: string
language: string
root_admin: boolean
2fa: boolean
created_at: string
updated_at: string
optional
relationships: { servers?: MetalessServerList; }