Interface TriggerAtTimeCondition

interface TriggerAtTimeCondition {
    time: number;
    type: AT;
}

Properties

Properties

time: number

Unix epoch in seconds

type: AT

Type of time condition. Either a specific time or cron string