+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "IntervalValues" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## IntervalValues interface Signature ```typescript export interface IntervalValues ``` Import ```typescript import { IntervalValues } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [interval](#interval-property) | string | | | [intervalMs](#intervalms-property) | number | | ### interval property Signature ```typescript interval: string; ``` ### intervalMs property Signature ```typescript intervalMs: number; ```