Skip to content

PathType

@tsed/di

Usage

typescript
import { PathType } from "@tsed/di/src/types/common/decorators/controller";

See /packages/di/src/types/common/decorators/controller.ts.

Overview

ts
type PathType = string | RegExp | (string | RegExp)[];

Released under the MIT License.