GrantForge Bot
Deploy sha-565ad85979610064f6d1c18ab3b6404357d61073 — source build (no GHCR)
ce8f04a
Raw
History Blame Contribute Delete
204 Bytes
/**
* 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;