Type alias EffectIds<EFF>

EffectIds<EFF>: {
    effects: EFF;
}

This type defines an object that holds EffectIds of a Signals type.

Type Parameters

Type declaration

  • Readonly effects: EFF

Generated using TypeDoc