Skip to main content
Module

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

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

Properties

id: number
name: string
cron: Cron
is_active: boolean
is_processing: boolean
last_run_at: string
next_run_at: string
created_at: string
updated_at: string
relationships: { tasks: TaskList; }