Type alias PolyHasManyDefinitionWithTargetKeys
PolyHasManyDefinitionWithTargetKeys: { discriminator: string; foreignKey: string; model: string; polymorphic: true; type: HAS_MANY; } Type declaration
discriminator: string
foreignKey: string
model: string
polymorphic: true
The polymorphic "hasMany" relation with target relation keys.