RelationKind

View Source

Summary

Supported relation kinds.

Signature

type RelationKind = "hasMany" | "hasOne" | "belongsTo" | "hasManyThrough";