+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "TraceData"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## TraceData type
### TraceData type
Signature
```typescript
export declare type TraceData = {
processes: Record;
traceID: string;
warnings?: string[] | null;
};
```
Import
```typescript
import { TraceData } from '@grafana/data';
```