projectSetting.ts 129 Bytes Raw Blame History Permalink 1 2 3 4 5 import { CacheTypeEnum } from '@/enums/cacheEnum' export const projectSetting = { permissionCacheType: CacheTypeEnum.LOCAL, }