Introduction
Migration
Appearance
import { Type } from "@tsed/core";
See /packages/core/src/types/domain/Type.ts.
interface Type<T = any> extends Function { new (...args: any[]): T; } export const Type: FunctionConstructor;
new (...args: any[]): T;