Skip to content

Commit 82f741b

Browse files
committed
feat(#98): 검색 form 타입 생성
1 parent 12e5f4a commit 82f741b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/app/(search)/_types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export type { SearchStoreFormValues } from "./searchStore.types";
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export type SearchStoreFormValues = {
2+
searchTerm: string;
3+
};

0 commit comments

Comments
 (0)