Skip to content

Commit

Permalink
feat: 필터링 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Apr 4, 2024
1 parent 3bff571 commit 7b06c36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/searchByMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ export const SEARCH_FILTER_MAP = {
} as const;

export type SearchFilterType = keyof typeof SEARCH_FILTER_MAP;

export const SEARCH_WASHFILTER_MAP = {
cleaning: '세정제',
coating: '코팅제',
} as const;

export type SearchWashFilterType = keyof typeof SEARCH_WASHFILTER_MAP;

0 comments on commit 7b06c36

Please sign in to comment.