I’m using vue 3 with quasar and I would to make a wrapper for q-table but how can I define rows without using any[]. It works like this but then whenever I use this component I’ll have to convert my object to unknown. Is there any better way? Or I should just turn off “no-explicit-any” and use any[]? Answer QTable.rows