ContentStatus: Readonly<{
    APPROVED: 1;
    DELETED: 6;
    FLAGGED: 4;
    IN_REVIEW: 2;
    PENDING: 3;
    REMOVED: 5;
    UNAPPROVED: 0;
}> = ...

Type declaration

  • APPROVED: 1
  • DELETED: 6
  • FLAGGED: 4
  • IN_REVIEW: 2
  • PENDING: 3
  • REMOVED: 5
  • UNAPPROVED: 0

Generated using TypeDoc