config.d.ts 211 B

1234567
  1. /* eslint-disable */
  2. import type { CacheTypeEnum } from '@/utils/cache/cacheEnum'
  3. export interface ProjectConfig {
  4. // Storage location of permission related information
  5. permissionCacheType: CacheTypeEnum
  6. }