Skip to content

Commit

Permalink
✨ Item type -> interface 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
doggopawer committed Nov 1, 2023
1 parent 5744c73 commit 53c5a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Item = {
export interface Item {
_id: number
cardId: number
cardTitle: string
Expand Down

0 comments on commit 53c5a41

Please sign in to comment.