在 vscode 中有没有插件能实现 Typescript 给字段定义接口后自动生成接口中的属性?
const data = reactive<IDbTableState>({ // 使用插件将 IDbTableState 接口中的属性自动生成 })