// 인증 도메인의 TanStack Query 키 팩토리. export const authKeys = { all: ['auth'] as const, me: () => [...authKeys.all, 'me'] as const, }