lemmy-js-client
    Preparing search index...

    Type Alias SavePost

    Save / bookmark a post.

    type SavePost = {
        post_id: PostId;
        save: boolean;
    }
    Index

    Properties

    Properties

    post_id

    post_id: PostId
    save: boolean