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