Specific allowed values.
'open'
'closed'
'pending'
type Status = any; // TODO function setStatus(s: Status) { return s; }