mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
7
apps/client/src/constants/query-keys.ts
Normal file
7
apps/client/src/constants/query-keys.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { QueryKey } from "@tanstack/react-query";
|
||||
|
||||
export const USER_KEY: QueryKey = ["user"];
|
||||
|
||||
export const RESUME_KEY: QueryKey = ["resume"];
|
||||
export const RESUMES_KEY: QueryKey = ["resumes"];
|
||||
export const RESUME_PREVIEW_KEY: QueryKey = ["resume", "preview"];
|
||||
Reference in New Issue
Block a user