1# Obviously wrong typed 2{ 3 config.either = { 4 int = "foo"; 5 }; 6 7 config.eitherBehindNullor = { 8 int = "foo"; 9 }; 10 11 config.oneOf = { 12 int = "foo"; 13 }; 14 15 config.number = { 16 str = "foo"; 17 }; 18}