# Routes

## Definition

```tsx
export interface Routes {
    [route: string]: RouteConfig;
}
```

## Usage

```tsx
import { Routes } from 'uxp/components';
```
