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

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

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

Properties

uuid: string
username: string
email: string
image: string
2fa_enabled: boolean
created_at: string
permissions: Array<string>