TypeScript error when using select argument type
Hi,
The following code snippet is working fine,
and TypeScript started to complaint when I tried to extract the query options out to a
The error looks like this,
Do you have any idea how to resolve this?
The following code snippet is working fine,
and TypeScript started to complaint when I tried to extract the query options out to a
options variable like this,The error looks like this,
Property 'products_orders_order_product_idToproducts' does not exist on type { ... }Do you have any idea how to resolve this?