Closed ostrowr closed 5 years ago
I want
typeof allOfConstructor({ allOf: [ Type.String({ enum: ["a", "b"] }), Type.String({ enum: ["a", "b", "c"] }) ]})[InternalTypeSymbol];
to be "a" | "b", but right now it's just string
"a" | "b"
string
Fixed by #6
I want
to be
"a" | "b"
, but right now it's juststring