aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/types/types.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types/types.ts b/src/types/types.ts
index ce39947c..690d6fb9 100644
--- a/src/types/types.ts
+++ b/src/types/types.ts
@@ -220,8 +220,6 @@ export type NotificationType = {
unread: boolean;
};
-export type TypeOfComment = 'Comment' | 'Thread';
-
export type TypeOfNotification =
// notification_object is undefined
| 'DFT'