Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypePost

Hierarchy

  • TypePost

Index

Properties

Optional body

body: undefined | string

Optional body_markdown

body_markdown: undefined | string

Optional comment_count

comment_count: undefined | number

Optional comments

comments: TypeComment[]

Optional creation_date

creation_date: Date

Optional down_vote_count

down_vote_count: undefined | number

Optional downvoted

downvoted: undefined | false | true

Optional last_activity_date

last_activity_date: Date

Optional last_edit_date

last_edit_date: Date

Optional last_editor

last_editor: TypeShallowUser

Optional link

link: undefined | string

Optional owner

Optional post_id

post_id: undefined | number

Optional post_type

post_type: "question" | "answer"

Optional score

score: undefined | number

Optional share_link

share_link: undefined | string

Optional title

title: undefined | string

Optional up_vote_count

up_vote_count: undefined | number

Optional upvoted

upvoted: undefined | false | true

Made by Horyus. Documentation generated by TypeDoc.