ricardobalk / ricardobalk.nl

My personal website, made with Nuxt 3 (Vue 3), TypeScript & TailwindCSS
https://ricardobalk.nl
ISC License
0 stars 0 forks source link

TypeScript: Replace Object type by Record<any, string> #85

Closed ricardobalk closed 3 years ago

ricardobalk commented 3 years ago

They are the same but Record<any, string> seems to be more specific.