Literal Types
Literal types allow you to specify exact values a variable can have.
String Literals
Number Literals
Boolean Literals
Literal Inference
Object Literal Types
Function with Literal Types
Template Literal Types
Practical Example
Exercise: Create a Status Type
Create a type for order status:

