TimeZoneCountry interface

Signature

  1. export interface TimeZoneCountry

Import

  1. import { TimeZoneCountry } from '@grafana/data';

Properties

PropertyTypeDescription
codestring
namestring

code property

Signature

  1. code: string;

name property

Signature

  1. name: string;