Skip to main content
Module

x/typeorm/src/common/ObjectType.ts>ObjectType

Forked from https://github.com/typeorm/typeorm
Latest
type alias ObjectType
import { type ObjectType } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/common/ObjectType.ts";

Represents some Type of the Object.

definition: { new (): T; } | Function