Creates a value range with no cardinality constraints (0..*).
Allows zero or more values, resulting in an optional array type (undefined | readonly V[]).
undefined | readonly V[]
The value shape or union type
The value shape or union for the linked set
A range with no minimum or maximum count
Creates a value range with no cardinality constraints (0..*).
Allows zero or more values, resulting in an optional array type (
undefined | readonly V[]).