Skip to content

SinglePathType

@tsed/platform-router

Usage

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

See /packages/platform/platform-router/src/types/domain/SinglePathType.ts.

Overview

ts
type SinglePathType = string | RegExp;

Released under the MIT License.