Preview:```ts
enum ExampleEnum {
One = 1,
Two = 2,
Three = 3
}
// My goal here is to make the thing prop have the value string if you provide the number and it is three
// Although, if you provide a number which is not 3, you get null
// But if you do not provide the number at all the interface should just suppose you don't know the number so the thing can be both number or null
...```
You can choose specific lines to embed by selecting them before copying the link.