UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

9 lines (8 loc) 203 B
export declare class XrayDatacenterResponseV2 { id?: string; key?: string; _response: string; selfUrl?: string; constructor(response: any); } export default XrayDatacenterResponseV2;