Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MethodImpl<T, U, Tr, Ur>

Type parameters

Hierarchy

  • MethodImpl

Callable

  • __call(data: Required<T> & { req: Tr; res: Ur }): Promise<U>
  • Parameters

    • data: Required<T> & { req: Tr; res: Ur }

    Returns Promise<U>

Generated using TypeDoc