diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-02 07:48:11 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:44:45 -0800 |
commit | 9f8516cc7ea97aa26f445c92d3424955ab21dcfe (patch) | |
tree | 31c3840708f0efb6f8be9f1ec4e6578787982902 | |
parent | 0bb9f241a4e0ec6b9b22cb9b3b2e5b633b5e43c4 (diff) |
temporary
-rw-r--r-- | src/types/types.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types/types.ts b/src/types/types.ts index 7cd11f7a..b8da03af 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -209,6 +209,12 @@ 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' |