Type <variable> does not satisfy the constraint 'never'. ts(2344) – Postgresql
So i'm trying to use Supabase + typescript but when i want to use insert(), update(), upsert() and other functions im getting an error when i want to declare the object that i want to declare "Type <Restaurant> does not…