lemmy-js-client
    Preparing search index...

    Type Alias NotificationData

    NotificationData:
        | { type_: "Comment" } & CommentView
        | { type_: "Post" } & PostView
        | { type_: "PrivateMessage" } & PrivateMessageView