-
Notifications
You must be signed in to change notification settings - Fork 6
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
페이지 기능: 홈페이지 쿼리훅 제작 #133
페이지 기능: 홈페이지 쿼리훅 제작 #133
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/remote/api/types/home.ts
Outdated
productName: string | ||
} | ||
|
||
export interface IProductList { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
한개의 상품 정보 타입을 나타내는 거라서 이부분은 IProductList보다는 IProduct라고 정의하는게 더 알아보기 쉬울 것 같은데 어떻게 생각하시나욤?..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
해당 사항 (중복 선택)
설명
Key Changes
How it Works
To Reviewers