aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/types/types.ts6
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'