Relation definition.
{ type: RelationType; model?: string; foreignKey?: string; polymorphic?: boolean | string; discriminator?: string;} Copy
{ type: RelationType; model?: string; foreignKey?: string; polymorphic?: boolean | string; discriminator?: string;}
Generated using TypeDoc
Relation definition.