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