Typescript error on first installation

HI there, just started my new project by copying and paste the starter command from Prismic Dashboard.
I just created 1 slice and I immediately found typescript errors, without adding any lines of code.
This is a screenshot from the slice that has been created:

Module '"@prismicio/client"' has no exported member 'Content' on line 2
Cannot find name 'getSliceComponentProps' on line 7

These are my dependencies:

"@nuxt/devtools": "^1.1.4",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/prismic": "^3.1.1",
"@slicemachine/adapter-nuxt": "^0.3.38",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.11.1",
"prettier": "^3.2.5",
"slice-machine-ui": "^1.26.0"

Hey @vedovatogianluca,

I'm going to ask some of my colleagues to take a look at this. It looks like there might be a typing issue in our integration. Another user has reported a similar issue:

Sam

Hey @vedovatogianluca,

This should be solved in the latest version of @prismicio/vue:

Sam