[Vuejs]-Vue3/TypeScript – Can not import interface bc. of missing export default?

1👍

Try out to add type after the import keyword :

import type Job from './types/Job'

Leave a comment