The data sent in a Breakage Report

interface BreakageReport {
    request?: BreakageReportRequest;
    response?: {};
}

Properties

Properties

response?: {}