mirror of https://github.com/grafana/grafana.git
577 B
577 B
+++
-----------------------------------------------------------------------
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
export declare type TimeSeriesValue = number | null;
Import
import { TimeSeriesValue } from '@grafana/data';