interface UpdateTestRunResponse {
    attachmentIds?: number[];
    updatedProperties?: UpdatedProperties;
}

Properties

attachmentIds?: number[]
updatedProperties?: UpdatedProperties