TaskGroupSubGroup: {
    label: string;
    taskIds: Task["taskId"][];
}

Type declaration

  • label: string
  • taskIds: Task["taskId"][]