Type alias SignalIds<IN, OUT>

SignalIds<IN, OUT>: {
    input: IN;
    output: OUT;
}

This type defines an object that holds input and output SignalIds of a Signals type.

Type Parameters

Type declaration

  • Readonly input: IN
  • Readonly output: OUT

Generated using TypeDoc