Skip to main content
Module

x/typeorm/src/index.ts>ObjectType

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

Represents some Type of the Object.

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