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