Skip to content

TaskCompletionOptions

type TaskCompletionOptions = TaskCompleteOptions & {
  taskId: number;
};

Options for completing a task when called from the service Extends TaskCompleteOptions with the required taskId field

Type Declaration

taskId

taskId: number;