Type Alias RelationshipType

RelationshipType:
    | "HasMany"
    | "BelongsTo"
    | "HasOne"
    | "HasAndBelongsToMany"
    | "OwnedBy"