import { type RelationMetadataArgs } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/metadata-args/RelationMetadataArgs.ts";
Arguments for RelationMetadata class.
Properties
Type of relation. Can be one of the value of the RelationTypes class.
Type of the relation. This type is in function because of language specifics and problems with recursive referenced classes.
Indicates if this is a parent (can be only many-to-one relation) relation in the tree tables.