mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
251 B
251 B
Status
Example Usage
import { Status } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Status = "pinned_globally";
Values
"closed" | "pinned" | "pinned_globally" | "archived" | "visible"