langium
langium copied to clipboard
allow explicit numbers in interfaces
Hi there, I'd like allow explicit numbers in interfaces, not just number type:
interface Model {
logLevel: 0 | 1 | 2 | 3 | 4 | 5;
}
And also types.