Type alias IHijackContext<T, U>

IHijackContext<T, U>: { args: T; result?: U }

Type Parameters

Type declaration

  • args: T
  • Optional result?: U

Generated using TypeDoc