One or more items were added to a todo list

interface ActionTodoAppendTasks {
    list: RawTodoItem[];
    type: "todo_append_tasks";
}

Properties

Properties

list: RawTodoItem[]

Items that were added to the list

type: "todo_append_tasks"