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