Type Alias FormsAppScheduledTasksMenuItem
FormsAppScheduledTasksMenuItem: FormsAppBaseMenuItem & { isDefault: boolean; taskAllocations: { taskId: string; }[]; type: "SCHEDULED_TASKS"; } Type declaration
isDefault: boolean
taskAllocations: {
taskId: string;
}[]
type: "SCHEDULED_TASKS"
If true, menu item will be the default item shown