Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceMethodDescription<R, A>

Options for a method.

Type parameters

  • R: any = any

  • A: any[] = any[]

Hierarchy

  • ServiceMethodDescription

Index

Properties

Optional description

description?: string

Short description of the method.

parameters

parameters: ParamsInner<Required<A>>

Parameters of the method.

returnType

returnType: DataType<R>

The type of data returned by the method.

Generated using TypeDoc