894 B
894 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "GroupedTimeZones" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
GroupedTimeZones interface
Signature
export interface GroupedTimeZones
Import
import { GroupedTimeZones } from '@grafana/data';
Properties
| Property | Type | Description |
|---|---|---|
| name | string |
|
| zones | TimeZone[] |
name property
Signature
name: string;
zones property
Signature
zones: TimeZone[];