/* eslint-disable */ import type { CacheTypeEnum } from '@/utils/cache/cacheEnum' export interface ProjectConfig { // Storage location of permission related information permissionCacheType: CacheTypeEnum }