Variable TOPIC_STATUSESConst

TOPIC_STATUSES: {
    CLOSED: "Closed";
    OPEN: "Open";
} = ...

Type declaration

  • Readonly CLOSED: "Closed"

    Closed topic status.

  • Readonly OPEN: "Open"

    Open topic status.

Generated using TypeDoc