Skip to content

TaskAssignmentOptions

type TaskAssignmentOptions = {
  taskId: number;
} & TaskAssignOptions;

Options for task assignment operations when called from the service Extends TaskAssignOptions with the required taskId field

Type Declaration

taskId

taskId: number;