Type Alias Trigger

type Trigger = {
    chronosJobID?: string;
    executeOnAppReload?: boolean;
    executionHistoryInterval?:
        | "minutely"
        | "hourly"
        | "daily"
        | "weekly"
        | "monthly"
        | "quarterly"
        | "yearly";
    recurrence: string[];
}
Index

Properties

chronosJobID?: string

The chronosJobId which triggers the sharing task

executeOnAppReload?: boolean
executionHistoryInterval?:
    | "minutely"
    | "hourly"
    | "daily"
    | "weekly"
    | "monthly"
    | "quarterly"
    | "yearly"
recurrence: string[]