lemmy-js-client
    Preparing search index...

    Type Alias MarkPostAsRead

    Mark a post as read.

    type MarkPostAsRead = {
        post_id: PostId;
        read: boolean;
    }
    Index

    Properties

    Properties

    post_id

    post_id: PostId
    read: boolean