Maybe i am missing something but how can these types be auto imported in nuxt? This feels wrong.... ``` imports: { presets: [ { from: '~~/prismicio-types', imports: [ { name: 'ArticleDocument', type: true }, { name: 'AuthorDocument', type: true }, { name: 'CategoryDocument', type: true } ] } ] }, ```
Maybe i am missing something but how can these types be auto imported in nuxt?
This feels wrong....