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