wupengfei
6 天以前 d1bc1c5f169f3f5283d216dd5e0b3ce18804687b
auto-imports.d.ts
@@ -156,6 +156,7 @@
  const SubModuleType: typeof import('./src/constants/module')['SubModuleType']
  const TaskCreationOptions: typeof import('./src/constants/apiEnum')['TaskCreationOptions']
  const TaskStatus: typeof import('./src/constants/apiEnum')['TaskStatus']
  const TempFolderPath: typeof import('./src/constants/enum')['TempFolderPath']
  const ThemeColors: typeof import('./src/constants/theme')['ThemeColors']
  const TypeAttributes: typeof import('./src/constants/apiEnum')['TypeAttributes']
  const VerifyStatus: typeof import('./src/constants/enterprise')['VerifyStatus']
@@ -439,6 +440,7 @@
    readonly SubModuleKey: UnwrapRef<typeof import('./src/constants/module')['SubModuleKey']>
    readonly SubModuleTitle: UnwrapRef<typeof import('./src/constants/module')['SubModuleTitle']>
    readonly SubModuleType: UnwrapRef<typeof import('./src/constants/module')['SubModuleType']>
    readonly TempFolderPath: UnwrapRef<typeof import('./src/constants/enum')['TempFolderPath']>
    readonly ThemeColors: UnwrapRef<typeof import('./src/constants/theme')['ThemeColors']>
    readonly VerifyStatus: UnwrapRef<typeof import('./src/constants/enterprise')['VerifyStatus']>
    readonly VerifyStatusColor: UnwrapRef<typeof import('./src/constants/enterprise')['VerifyStatusColor']>