lemmy-js-client
    Preparing search index...

    Type Alias NotificationData

    NotificationData:
        | { type_: "Comment" } & CommentView
        | { type_: "Post" } & PostView
        | { type_: "PrivateMessage" } & PrivateMessageView
        | { type_: "AdminAdd" } & AdminAdd
        | { type_: "ModAddToCommunity" } & ModAddToCommunity
        | { type_: "AdminBan" } & AdminBan
        | { type_: "ModBanFromCommunity" } & ModBanFromCommunity
        | { type_: "ModLockPost" } & ModLockPost
        | { type_: "ModLockComment" } & ModLockComment
        | { type_: "ModRemovePost" } & ModRemovePost
        | { type_: "ModRemoveComment" } & ModRemoveComment
        | { type_: "AdminRemoveCommunity" } & AdminRemoveCommunity
        | { type_: "ModTransferCommunity" } & ModTransferCommunity