Type alias PolyHasManyDefinitionWithTargetRelationName
PolyHasManyDefinitionWithTargetRelationName: { discriminator?: undefined; foreignKey?: undefined; model: string; polymorphic: string; type: HAS_MANY; } Type declaration
Optional discriminator?: undefined
Optional foreignKey?: undefined
model: string
polymorphic: string
The polymorphic "hasMany" relation with a target relation name.