Spaces:
Running
Running
File size: 204 Bytes
ce8f04a | 1 2 3 4 5 6 | /**
* 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;
|