LogoRobo.js
Framework

RelationType

Type Alias: RelationType

type RelationType = "belongsTo" | "hasOne" | "hasMany" | "manyToMany";

Relation types for model relationships.

On this page