Introduction
Migration
Appearance
import { AbstractType } from "@tsed/core";
See /packages/core/src/types/domain/Type.ts.
interface AbstractType<T> extends Function { prototype: T; }
prototype: T;