aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-04 19:55:59 -0400
committerIvan Chen <ivan@tagg.id>2021-05-04 20:48:08 -0400
commiteb756ec715a96b96bde8f13a910335d508f06948 (patch)
tree4ff94b80b653d866c6094db0462dfc1d4fc7b88e
parentde9f7b13babb5f9656da797c863064578a3a49c3 (diff)
removed unused type
-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'