lemmy-js-client
    Preparing search index...

    Type Alias MarkNotificationAsRead

    Mark a comment reply as read.

    type MarkNotificationAsRead = {
        notification_id: NotificationId;
        read: boolean;
    }
    Index

    Properties

    notification_id: NotificationId
    read: boolean