Spaces:
Running
Running
| /** | |
| * Shared React Query key for GET /api/me (subscription + usage). | |
| * Keep a single key so Layout / Settings / Sidebar / UsageCard invalidate together. | |
| */ | |
| export const ME_QUERY_KEY = ['me'] as const; | |