UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

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