Interface SpiderTypeDesc

A description of a type to be turned into an instance of SpiderType.

Hierarchy

  • SpiderTypeDesc

Properties

Properties

parameters?: SpiderValueType[]

A list of the parameters of this type.

results?: SpiderValueType[]

A list of the results of this type. Empty for types which return nothing.

Generated using TypeDoc