https://www.tutorialspoint.com/typescript/typescript_literal_types.htm
TypeScript - Literal Types
In TypeScript, literal types are subtypes of the primitive data types. The literal types allow you to specify the exact value the variable can contain. There...
literal typestypescript