Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

술 상세페이지 진입시 히스토리에 추가 #64

Merged
Next Next commit
New : 히스토리 관련 로컬스토리지 키 타입 추가
jobkaeHenry committed Dec 1, 2023
commit 7a6c4214cd54cb030d4b0d37f3eec12ccee2c3bd
4 changes: 4 additions & 0 deletions client/src/types/LocalStorageKey.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* 검색 기록 관련 키 타입
*/
export type SearchHistoryKeyType = "alcohol-search-history";