Type alias PolyHasOneDefinitionWithTargetKeys
PolyHasOneDefinitionWithTargetKeys: { discriminator: string; foreignKey: string; model: string; polymorphic: true; type: HAS_ONE; } Type declaration
discriminator: string
foreignKey: string
model: string
polymorphic: true
The polymorphic "hasOne" relation with target relation keys.