Okay but what's wrong with just ``` interface Toke...
# getting-started
k
Okay but what's wrong with just
Copy code
interface TokeyType
data class Token(val type: TokenType, val value: String)
? What do you need the enum for @tyrion?