@truenas/api-client
    Preparing search index...

    Interface CronJobCreate

    interface CronJobCreate {
        command: string;
        enabled?: boolean;
        schedule?: v25_10_0.CronJobSchedule;
        stderr?: boolean;
        stdout?: boolean;
        user: string;
    }
    Index
    command: string
    enabled?: boolean
    stderr?: boolean
    stdout?: boolean
    user: string