lemmy-js-client
Preparing search index...
ModEditPost
Type Alias ModEditPost
Mods can change some metadata for posts
type
ModEditPost
=
{
nsfw
?:
boolean
;
post_id
:
PostId
;
tags
?:
TagId
[]
;
}
Index
Properties
nsfw?
post_
id
tags?
Properties
Optional
nsfw
nsfw
?:
boolean
post_
id
post_id
:
PostId
Optional
tags
tags
?:
TagId
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
nsfw
post_
id
tags
lemmy-js-client
Loading...
Mods can change some metadata for posts