import { getCache } from '@/utils/catch'; import { TOKEN_KEY } from '@/enums/cacheEnum'; export const TOKEN = () => getCache(TOKEN_KEY) || undefined;