Hi all, I'd like to represent this external enum
https://developer.chrome.com/docs/extensions/reference/tabs/#type-TabStatus. I was planning to make it a string property on the class and then make an extension to get the value as an enum. Is there a better way to be able to represent this? Something where the compiler will know how to handle the string -> enum conversion with an external class?