zhengyiming
7 天以前 4b896d2c15f73248a5571a9952f3bbdefe6e230f
auto-imports.d.ts
@@ -164,6 +164,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']
@@ -455,6 +456,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']>