Extracts string values from a type that may be a string or an array of strings. Returns the literal string if single value, array element types if array, or never.
never
The value to extract strings from.
Extracts string values from a type that may be a string or an array of strings. Returns the literal string if single value, array element types if array, or
never.