Framework
RelationType
Type Alias: RelationType
type RelationType = "belongsTo" | "hasOne" | "hasMany" | "manyToMany";Relation types for model relationships.
Robo.jstype RelationType = "belongsTo" | "hasOne" | "hasMany" | "manyToMany";Relation types for model relationships.