lemmy-js-client
    Preparing search index...

    Type Alias ModEditPost

    Mods can change some metadata for posts

    type ModEditPost = {
        nsfw?: boolean;
        post_id: PostId;
        tags?: TagId[];
    }
    Index

    Properties

    Properties

    nsfw?: boolean

    post_id

    post_id: PostId
    tags?: TagId[]