lemmy-js-client
    Preparing search index...

    Type Alias NotificationData

    NotificationData:
        | { type_: "comment" } & CommentView
        | { type_: "post" } & PostView
        | { type_: "private_message" } & PrivateMessageView
        | { type_: "mod_action" } & ModlogView