Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ScheduleTriggerSettings
import { type ScheduleTriggerSettings } from "https://deno.land/x/slack_web_api_client@0.7.2/client/automation-response/index.ts";

Properties

start_time: string
optional
end_time: string
optional
timezone: string
optional
occurrence_count: number
optional
frequency: { type: "once"; } | { type:
| "hourly"
| "daily"
| "weekly"
| "monthly"
| "yearly"
; repeats_every?: number; on_days?: string[]; on_week_num?: number; }