ComponentTemplate
type ComponentTemplate = {
documentId: string
name: string
importType: 'GLOBAL' | 'IMPORT'
importPath: {
name: string
importName: string
path: string
type: 'script' | 'style'
}[]
framework: 'VUE2' | 'VUE3' | 'REACT'
components: ComponentItem[]
icons?: Icons
}