lemmy-js-client
    Preparing search index...

    Type Alias HidePost

    Hide a post from list views

    type HidePost = {
        hide: boolean;
        post_id: PostId;
    }
    Index

    Properties

    Properties

    hide: boolean

    post_id

    post_id: PostId