UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

7 lines (6 loc) 206 B
export declare class XrayCloudGraphQLErrorResponse { error: string; errorMessages: string[]; constructor(error: string, errorMessages: string[]); } export default XrayCloudGraphQLErrorResponse;