For example, to specify an object to have all keys in enum:
enum Sizes {
Small = 'S',
Medium = 'M',
Large = 'L',
ExtraLarge = 'XL',
}
/**
*
For example, to specify an object to have all keys in enum:
enum Sizes {
Small = 'S',
Medium = 'M',
Large = 'L',
ExtraLarge = 'XL',
}
/**
*