(ctx: any)
| 3913 | }) |
| 3914 | |
| 3915 | const queryKey = (ctx: any) => { |
| 3916 | if (ctx.where) { |
| 3917 | return [...baseQueryKey, ctx.where] |
| 3918 | } |
| 3919 | return baseQueryKey |
| 3920 | } |
| 3921 | |
| 3922 | const config: QueryCollectionConfig< |
| 3923 | TestItem & { category: `A` | `B` | `C` } |
no outgoing calls
no test coverage detected