Type Alias TaskBase

type TaskBase = {
    appId?: string;
    autoReload?: boolean;
    autoReloadPartial?: boolean;
    endDateTime?: string;
    partial?: boolean;
    recurrence?: string[];
    startDateTime?: string;
    timeZone?: string;
}
Index

Properties

appId?: string

The ID of the app.

autoReload?: boolean
autoReloadPartial?: boolean
endDateTime?: string
partial?: boolean
recurrence?: string[]
startDateTime?: string
timeZone?: string