Type alias SignalsFactoryArgs<IN, OUT, CONFIG, EFF>

SignalsFactoryArgs<IN, OUT, CONFIG, EFF>: {
    config: CONFIG;
    effects: EFF;
    input: IN;
    output: OUT;
    store: Store;
}

Type Parameters

Type declaration

  • config: CONFIG
  • effects: EFF
  • input: IN
  • output: OUT
  • store: Store

Generated using TypeDoc