Skip to content

Commit

Permalink
chore(type): 안쓰는 타입 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Nov 15, 2024
1 parent 6c2aa17 commit 58f9c2c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
export type SearchWork = {
id: number;
src: string;
title: string;
artist: string;
price: number;
};

export type SearchArtist = {
id: number;
name: string;
src: string;
totalFollowers: number;
totalLikes: number;
followed: boolean;
};

export type User = {
userId: number;
nickname: string;
Expand Down

0 comments on commit 58f9c2c

Please sign in to comment.