Describes an update request for a work item field.

interface UpdateWorkItemField {
    isDeleted?: boolean;
}

Properties

Properties

isDeleted?: boolean

Indicates whether the user wants to restore the field.