diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-04 19:55:59 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-04 20:48:08 -0400 |
commit | eb756ec715a96b96bde8f13a910335d508f06948 (patch) | |
tree | 4ff94b80b653d866c6094db0462dfc1d4fc7b88e | |
parent | de9f7b13babb5f9656da797c863064578a3a49c3 (diff) |
removed unused type
-rw-r--r-- | src/types/types.ts | 2 |
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' |