Class Command<Input, Output, Context>

Type Parameters

  • Input extends object
  • Output extends object
  • Context extends object = object

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

input: Input
middleware: MiddlewareStack<Input, Output, Context> = ...