Skip to content

Interface: EditPost

Defined in: src/types/EditPost.ts:1

Properties

PropertyTypeDescriptionDefined in
alt_text?stringAn optional alt_text, usable for image posts.src/types/EditPost.ts:5
body?stringAn optional body for the post in markdown.src/types/EditPost.ts:9
custom_thumbnail?stringInstead of fetching a thumbnail, use a custom one.src/types/EditPost.ts:13
language_id?number-src/types/EditPost.ts:14
name?string-src/types/EditPost.ts:15
nsfw?boolean-src/types/EditPost.ts:16
post_idnumber-src/types/EditPost.ts:17
url?string-src/types/EditPost.ts:18