HasOneOptions
Summary
Options for defining a hasOne relation.
Signature
type HasOneOptions<source, target> = {
foreignKey?: KeySelector<target>;
targetKey?: KeySelector<source>;
};
Options for defining a hasOne relation.
type HasOneOptions<source, target> = {
foreignKey?: KeySelector<target>;
targetKey?: KeySelector<source>;
};