---
url: /api/platform/platform-router/types/domain/type-single-path-type.md
description: api documentation of SinglePathType from @tsed/platform-router
---

## Usage

```typescript
import { SinglePathType } from "@tsed/platform/platform-router/src/domain/SinglePathType";
```

> See [/packages/platform/platform-router/src/domain/SinglePathType.ts](https://github.com/tsedio/tsed/blob/v8.38.7/packages/platform/platform-router/src/domain/SinglePathType.ts#L0-L0).

## Overview

```ts
type SinglePathType = string | RegExp;
```
