Index: frontend/src/utils/types.ts
===================================================================
--- frontend/src/utils/types.ts	(revision 694fc2568864281fe140fdc23e96cb6585170e74)
+++ frontend/src/utils/types.ts	(revision cb4a1da079608fdb022036c90eb6e41f26046827)
@@ -55,2 +55,4 @@
 
 export type UserRegisterType = "ARTIST" | "LISTENER";
+
+export type SearchCategory = "songs" | "albums" | "artists" | "users";
