Interface MethodSpec

Hierarchy

  • MethodSpec

Properties

argumentTypes?: string[]

Argument types. Defaults to [] if omitted.

implementation: MethodImplementation<{}>

Implementation.

returnType?: string

Return type. Defaults to void if omitted.

Generated using TypeDoc