add follow enum
All checks were successful
Tests / Tests (pull_request) Successful in 9s

This commit is contained in:
2025-11-05 15:27:44 -08:00
parent 242afae92b
commit 58ab272289
2 changed files with 2 additions and 0 deletions

View File

@@ -2486,6 +2486,7 @@ export type NotificationGql = {
export enum NotificationTypeEnum {
Comment = "COMMENT",
CommentReply = "COMMENT_REPLY",
Follow = "FOLLOW",
Reaction = "REACTION",
}