Constructors

Properties

Accessors

Constructors

Properties

Accessors

  • get price(): undefined | TypeStarsAmount
  • Price of the post

    Returns undefined | TypeStarsAmount

  • get scheduleDate(): undefined | Date
  • Date when the post will be scheduled

    Returns undefined | Date

  • get status(): "pending" | "rejected" | "approved"
  • Current status of the post

    Returns "pending" | "rejected" | "approved"