© 2026 Hedgehog Software, LLC
type GenericOrSpecificString = "hello" | "hola" | "ciao" | (string & {});
string
Schema.Union(Schema.String, Schema.Literal(...)