Test point workitem property.

interface PointWorkItemProperty {
    workItem: { key: string; value: any };
}

Properties

Properties

workItem: { key: string; value: any }

key value pair of test point work item property.