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