zibri
    Preparing search index...
    ManyToOnePropertyMetadata: BaseRelationMetadata<T> & {
        joinColumn: string | undefined;
        type: MANY_TO_ONE;
    }

    Metadata for many to one properties.

    Type Parameters

    Type Declaration

    • joinColumn: string | undefined

      The column on the current entity that holds the foreign key.

    • type: MANY_TO_ONE

      The type of the property.