zibri
    Preparing search index...
    ManyToManyPropertyMetadata: BaseRelationMetadata<T> & {
        joinTable: boolean;
        type: MANY_TO_MANY;
    }

    Metadata for many to many properties.

    Type Parameters

    Type declaration

    • joinTable: boolean

      Whether or not this entity should have a join table.

    • type: MANY_TO_MANY

      The type of the property.