(
mappedBy: (keyof Value & string) | ((e: Value) => any),
)
| 191 | filters: FilterOptions, |
| 192 | ): HasKind<Options, 'm:1' | '1:m' | '1:1' | 'm:n'> extends true ? PropertyChain<Value, Options> : never; |
| 193 | mappedBy( |
| 194 | mappedBy: (keyof Value & string) | ((e: Value) => any), |
| 195 | ): HasKind<Options, '1:m' | '1:1' | 'm:n'> extends true ? PropertyChain<Value, Options> : never; |
| 196 | inversedBy( |
no outgoing calls
no test coverage detected