interface IExportTraceServiceResponse {
    partialSuccess?: IExportTracePartialSuccess;
}

Properties

Properties

ExportTraceServiceResponse partialSuccess