TsParameter Type
Represents a function/method parameter.
Reflects: `ParameterDeclaration` (including optional `?` and rest `...` syntax).
Example
function f(x: number, y?: string, ...rest: boolean[]) {}
val x: obj
Multiple items
val string: value: 'T -> string
--------------------
type string = System.String
val string: value: 'T -> string
--------------------
type string = System.String