FsConstructorMember Type
An interface member. Overloads are consecutive `FsMethod` entries sharing a name -
overloaded abstract members are legal F#.
A construct signature of a *constructor object* - the thing `typeof Request` names, and the
type of a `declare var Request: { new (...): Request }` (ยง4.4). F# has no first-class
constructor-object type, so the object is declared as an interface of its own and each of
its construct signatures becomes an `[
Record fields
| Record Field |
Description
|
Full Usage:
Docs
Field type: string
|
|
|
|
|
|
|
|
|
The signature's own parameters: `new
|