From 58f9c2cd3ace8d03449795620a298b995dd280a6 Mon Sep 17 00:00:00 2001 From: beom Date: Fri, 15 Nov 2024 14:52:51 +0900 Subject: [PATCH] =?UTF-8?q?chore(type):=20=EC=95=88=EC=93=B0=EB=8A=94=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/index.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/types/index.ts b/src/types/index.ts index a1def41..5e24f54 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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;