← Code LabTypeScript0/50 solved · 0%
Types · easy

9. Literal Types

Specific allowed values.

Define a type `Status` that is either 'open', 'closed', or 'pending'.
Required in your answer: 'open''closed''pending'