Introduction
Migration
Appearance
import { PathType } from "@tsed/di/src/types/common/decorators/controller";
See /packages/di/src/types/common/decorators/controller.ts.
type PathType = string | RegExp | (string | RegExp)[];