import { ObjectType } from "./ObjectType" import { EntitySchema } from ".." /** * Entity target. */ export type EntityTarget = | ObjectType | EntitySchema | string | { type: Entity; name: string }