Interface TypedResponseCommand<CommandName, Params, ReturnType>

This interface contains both the command as well as the typings for the return object

Type Parameters

  • CommandName extends Commands

  • Params

  • ReturnType

Hierarchy

  • TypedResponseCommand

Properties

Properties

command: Command<CommandName, Params>
returnType: ReturnType

Generated using TypeDoc