Type alias RelationDefinition

Relation definition.

Example: Available options.

{
type: RelationType;
model?: string;
foreignKey?: string;
polymorphic?: boolean | string;
discriminator?: string;
}

Generated using TypeDoc