From 8107ec0bd9bafdd3a106726d5aaf896c44cee8ce Mon Sep 17 00:00:00 2001 From: keeprok <140785214+keeprok@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:20:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20:=20query=20key=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EB=B0=8F=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/queryKeys.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/constants/queryKeys.ts b/src/constants/queryKeys.ts index ae429e4..042c520 100644 --- a/src/constants/queryKeys.ts +++ b/src/constants/queryKeys.ts @@ -1,5 +1,9 @@ export enum QUERY_KEYS { - REC_DATA = "recData", - SMP_DATA = "smpData", - AMGO_DATA = "amgoData", + PAST_REC = "get-past-REC", + PAST_SMP = "get-past-SMP", + TODAY_SMP = "get-today-SMP", + WEEKLY_SMP = "get-weekly-SMP", + MONTHLY_SMP = "get-monthly-SMP", + AMGO = "get-amgo", + TIME_BASED_GENERATION = "get-time-based-generation", }