I\'ve got a union type listing some allowed keys : type AllowedKeys = "a" | "b";
type AllowedKeys = "a" | "b";
Somewhere else, I\'m declaring an interface, and I w