HasManyThroughOptions
Summary
Options for defining a hasManyThrough relation.
Signature
type HasManyThroughOptions<source, target> = {
through: Relation<source, AnyTable, RelationCardinality, any>
throughForeignKey?: KeySelector<target>
throughTargetKey?: string | string[]
}