From 42d16102073b0e7fea2377d71bf64cdf342a4999 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 3 Mar 2021 11:31:56 -0800 Subject: removed search category type --- src/types/types.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/types/types.ts b/src/types/types.ts index b8da03af..7cd11f7a 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -209,12 +209,6 @@ export type NotificationType = { export type TypeOfComment = 'Comment' | 'Thread'; -export type SearchCategoryType = - | "Brown '21" - | "Brown '22" - | "Brown '23" - | "Brown '24"; - export type TypeOfNotification = // notification_object is undefined | 'DFT' -- cgit v1.2.3-70-g09d2