Represents a value that can be either a single item of type T or an array of T.
T
Useful for API inputs or configurations that accept both a single value and multiple values.
The base type.
Represents a value that can be either a single item of type
Tor an array ofT.Useful for API inputs or configurations that accept both a single value and multiple values.