zibri
    Preparing search index...
    OneToOnePropertyMetadata: BaseRelationMetadata<T> & {
        joinColumn: boolean;
        type: ONE_TO_ONE;
    }

    Metadata for one to one properties.

    Type Parameters

    Type Declaration

    • joinColumn: boolean

      Whether or not this entity has a join column.

    • type: ONE_TO_ONE

      The type of the property.