aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-03-03 11:31:56 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-03-05 20:44:58 -0800
commit42d16102073b0e7fea2377d71bf64cdf342a4999 (patch)
tree3f81f8a79c385e35251ba9a65ed1f48715461c55
parent9f8516cc7ea97aa26f445c92d3424955ab21dcfe (diff)
removed search category type
-rw-r--r--src/types/types.ts6
1 files changed, 0 insertions, 6 deletions
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'