Options
All
  • Public
  • Public/Protected
  • All
Menu

Method contract for a service.

Hierarchy

  • ServiceMethodContract

Index

Properties

Optional description

description?: string

Optional description of the method.

name

name: string

The name of the method.

parameters

parameters: readonly ServiceParameterContract[]

Parameters of the method.

returnType

returnType: DataType<any>

Type identifier for data returned.

Generated using TypeDoc