Skip to main content
Module

x/slack_web_api_client/index.ts>ScheduleTriggerSettings

Streamlined Slack Web API client for TypeScript
Go to Latest
interface ScheduleTriggerSettings
Re-export
import { type ScheduleTriggerSettings } from "https://deno.land/x/slack_web_api_client@0.4.2/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; }