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