Interface Relation

Querying Relationship Types

interface Relation {
    childs?: ChildRelation[];
    parents?: ParentRelation[];
}

Properties

Properties

childs?: ChildRelation[]
parents?: ParentRelation[]