PostTypes: Readonly<{
    IMAGE: "image";
    LINK: "link";
    POLL: "poll";
    TEXT: "text";
    VIDEO: "video";
}> = ...

Type declaration

  • IMAGE: "image"
  • LINK: "link"
  • POLL: "poll"
  • TEXT: "text"
  • VIDEO: "video"

Generated using TypeDoc