Interface ManyToManyRelationConfig

interface ManyToManyRelationConfig {
    childrenAttributeName: string;
    parentsAttributeName: string;
    relationToChild: string;
    relationToParent: string;
}

Properties

childrenAttributeName: string
parentsAttributeName: string
relationToChild: string
relationToParent: string

Generated using TypeDoc