Exploring the Vue-3 composition API and seeking guidance on utilizing types with TypeScript in Vue.
Looking for more detailed information on how to define object properties and specify keys in TypeScript within the composition API, as the current documentation lacks clarity. In the class style API, declaring object properties is straightforward - but wondering if there are any comprehensive resources available for defining properties more precisely in the composition API?