Skip to main content
Module

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

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

Properties

uuid: string
is_successful: boolean
name: string
ignored_files: Array<string>
checksum: string | null
bytes: number
created_at: string
completed_at: string | null