Skip to main content
Module

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

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

Properties

name: string

The schedule name

minute: string

The cron minute

hour: string

The cron hour

dayOfWeek: string

The cron day of week

dayOfMonth: string

The cron day of month

optional
is_active: boolean

Whether or not the schedule is active